Skip to content

[Configuration] Update front_controllers_and_kernel.rst #15408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions configuration/front_controllers_and_kernel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,12 @@ includes the following:
The cached "service container" that represents the cached application
configuration.

``UrlGenerator.php``
The PHP class generated from the routing configuration and used when
generating URLs.
``url_generating_routes.php``
The cached routing configuration that used when generating URLs.

``UrlMatcher.php``
The PHP class used for route matching - look here to see the compiled regular
expression logic used to match incoming URLs to different routes.
``url_matching_routes.php``
The cached configuration used for route matching - look here to see the compiled
regular expression logic used to match incoming URLs to different routes.

``twig/``
This directory contains all the cached Twig templates.
Expand Down