Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 07b0e2b

Browse filesBrowse files
committed
minor #15408 [Configuration] Update front_controllers_and_kernel.rst (a-menshchikov)
This PR was merged into the 5.2 branch. Discussion ---------- [Configuration] Update front_controllers_and_kernel.rst UrlGenerator.php and UrlMatcher.php were deprecated and changed in Symfony 5. Commits ------- e4e7f1d Update front_controllers_and_kernel.rst
2 parents a07c68c + e4e7f1d commit 07b0e2b
Copy full SHA for 07b0e2b

File tree

1 file changed

+5
-6
lines changed
Filter options

1 file changed

+5
-6
lines changed

‎configuration/front_controllers_and_kernel.rst

Copy file name to clipboardExpand all lines: configuration/front_controllers_and_kernel.rst
+5-6Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,12 @@ includes the following:
248248
The cached "service container" that represents the cached application
249249
configuration.
250250

251-
``UrlGenerator.php``
252-
The PHP class generated from the routing configuration and used when
253-
generating URLs.
251+
``url_generating_routes.php``
252+
The cached routing configuration that used when generating URLs.
254253

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

259258
``twig/``
260259
This directory contains all the cached Twig templates.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.