mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 03:19:01 +01:00
10 lines
246 B
YAML
10 lines
246 B
YAML
# Structure:
|
|
#
|
|
# foo_controller:
|
|
# pattern: /foo
|
|
# defaults: { _controller: foo_sevice:method }
|
|
#
|
|
# The above will be accessed via app.php?controller=foo and it will
|
|
# instantiate the "foo_service" service and call the "method" method.
|
|
#
|