We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82c7e6 commit 669a9f0Copy full SHA for 669a9f0
controller/service.rst
@@ -104,8 +104,9 @@ defined above with the id ``app.hello_controller``::
104
105
.. note::
106
107
- You cannot drop the ``Action`` part of the method name when using this
108
- syntax.
+ Make sure the method name in your route (e.g. ``indexAction``) matches the
+ method name exactly. Unlike the traditional ``Bundle:Controller:method``
109
+ notation, the ``Action`` suffix is not automatically added for you.
110
111
You can also route to the service by using the same notation when defining
112
the route ``_controller`` value:
0 commit comments