Skip to content

Commit 07b0e2b

Browse files
committed
minor symfony#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

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

configuration/front_controllers_and_kernel.rst

+5-6
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)