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 @@ -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.
You can’t perform that action at this time.
0 commit comments