Skip to content

Commit 4be8c5b

Browse files
committed
[#2436] Removing router:match from 2.0 - will put back on 2.1
1 parent 031330d commit 4be8c5b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

book/routing.rst

-13
Original file line numberDiff line numberDiff line change
@@ -1055,19 +1055,6 @@ the route name after the command:
10551055
10561056
$ php app/console router:debug article_show
10571057
1058-
Likewise, if you want to test whether a URL matches a given route, you can
1059-
use the ``router:match`` console command:
1060-
1061-
.. code-block:: bash
1062-
1063-
$ php app/console router:match /blog/my-latest-post
1064-
1065-
This command will print which route the URL matches.
1066-
1067-
.. code-block:: text
1068-
1069-
Route "blog_show" matches
1070-
10711058
.. index::
10721059
single: Routing; Generating URLs
10731060

0 commit comments

Comments
 (0)