8000
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 0cba12e commit eb1cd3dCopy full SHA for eb1cd3d
routing/custom_route_loader.rst
@@ -127,6 +127,10 @@ of the service whose ID is ``admin_route_loader``. Your service doesn't have to
127
extend or implement any special class, but the called method must return a
128
:class:`Symfony\\Component\\Routing\\RouteCollection` object.
129
130
+If you're using :ref:`autoconfigure <services-autoconfigure>`, your service should
131
+implement the ``ServiceRouterLoaderInterface`` interface to be tagged automatically.
132
+If you're **not using autoconfigure**, tag it manually with ``routing.router_loader``.
133
+
134
.. note::
135
136
The routes defined using service route loaders will be automatically
0 commit comments