Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit07b0e2b

Browse 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.rstUrlGenerator.php and UrlMatcher.php were deprecated and changed in Symfony 5.Commits-------e4e7f1d Update front_controllers_and_kernel.rst
2 parentsa07c68c +e4e7f1d commit07b0e2b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

‎configuration/front_controllers_and_kernel.rst

Lines 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-
ThePHP 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+
Thecached configuration used for route matching - look here to see the compiled
256+
regularexpression 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)

[8]ページ先頭

©2009-2025 Movatter.jp