aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/routing/routing.yml
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-11-19 20:04:00 +0100
committerTristan Darricau <github@nicofuma.fr>2014-11-20 21:13:21 +0100
commitac0ff219c61bd187dd3fbde5b6808624bd8ef077 (patch)
treef0eb838eaa923c01c0f9dfa728550fc70e0fb13a /phpBB/config/default/routing/routing.yml
parentdd4f2387fd2f4df0e1513c251c9044f5bef60618 (diff)
downloadforums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.tar
forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.tar.gz
forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.tar.bz2
forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.tar.xz
forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.zip
[ticket/12620] Move the routing.yml file to routing/environment.yml
PHPBB3-12620
Diffstat (limited to 'phpBB/config/default/routing/routing.yml')
-rw-r--r--phpBB/config/default/routing/routing.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/config/default/routing/routing.yml b/phpBB/config/default/routing/routing.yml
new file mode 100644
index 0000000000..d8e890d063
--- /dev/null
+++ b/phpBB/config/default/routing/routing.yml
@@ -0,0 +1,9 @@
+# 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.
+#