Skip to content

Commit 409fb71

Browse files
committed
minor #14407 [Configuration] Update front_controllers_and_kernel.rst (lubo13)
This PR was merged into the 4.4 branch. Discussion ---------- [Configuration] Update front_controllers_and_kernel.rst I think this `appDevDebugProjectContainer.php`, `appDevUrlGenerator.php`, and `appDevUrlMatcher.php` are outdated, isn't it? Commits ------- 1c99471 Update front_controllers_and_kernel.rst
2 parents a0b063b + 1c99471 commit 409fb71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configuration/front_controllers_and_kernel.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,15 +244,15 @@ the directory of the environment you're using (most commonly ``dev/`` while
244244
developing and debugging). While it can vary, the ``var/cache/dev/`` directory
245245
includes the following:
246246

247-
``appDevDebugProjectContainer.php``
247+
``srcApp_KernelDevDebugContainer.php``
248248
The cached "service container" that represents the cached application
249249
configuration.
250250

251-
``appDevUrlGenerator.php``
251+
``UrlGenerator.php``
252252
The PHP class generated from the routing configuration and used when
253253
generating URLs.
254254

255-
``appDevUrlMatcher.php``
255+
``UrlMatcher.php``
256256
The PHP class used for route matching - look here to see the compiled regular
257257
expression logic used to match incoming URLs to different routes.
258258

0 commit comments

Comments
 (0)