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 2c2e00c commit 214b181Copy full SHA for 214b181
routing/custom_route_loader.rst
@@ -211,6 +211,10 @@ of the service whose ID is ``admin_route_loader``. Your service doesn't have to
211
extend or implement any special class, but the called method must return a
212
:class:`Symfony\\Component\\Routing\\RouteCollection` object.
213
214
+If you're using :ref:`autoconfigure <services-autoconfigure>`, your service should
215
+implement the ``RouteLoaderInterface`` interface to be tagged automatically.
216
+If you're **not using autoconfigure**, tag it manually with ``routing.route_loader``.
217
+
218
.. note::
219
220
The routes defined using service route loaders will be automatically
0 commit comments