mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/12090] Pass route name to url() to allow admins to change the routes
PHPBB3-12090
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
controller2:
|
||||
pattern: /bar
|
||||
defaults: { _controller: foo.controller:handle }
|
6
tests/controller/ext/vendor2/foo/config/routing_2.yml
Normal file
6
tests/controller/ext/vendor2/foo/config/routing_2.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
controller2:
|
||||
pattern: /bar
|
||||
defaults: { _controller: foo.controller:handle }
|
||||
controller3:
|
||||
pattern: /bar/p-{p}
|
||||
defaults: { _controller: foo.controller:handle }
|
Reference in New Issue
Block a user