File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -251,13 +251,12 @@ includes the following:
251251 The cached "service container" that represents the cached application
252252 configuration.
253253
254- ``UrlGenerator.php ``
255- The PHP class generated from the routing configuration and used when
256- generating URLs.
254+ ``url_generating_routes.php ``
255+ The cached routing configuration used when generating URLs.
257256
258- ``UrlMatcher .php ``
259- The PHP class used for route matching - look here to see the compiled regular
260- expression logic used to match incoming URLs to different routes.
257+ ``url_matching_routes .php ``
258+ The cached configuration used for route matching - look here to see the compiled
259+ regular expression logic used to match incoming URLs to different routes.
261260
262261``twig/ ``
263262 This directory contains all the cached Twig templates.
You can’t perform that action at this time.
0 commit comments