From d1551ff5395c0fcef2da119c88f75b92b7222b32 Mon Sep 17 00:00:00 2001 From: Florian Cellier Date: Thu, 28 Dec 2023 16:22:13 +0100 Subject: [PATCH] chore: `_controller` seems to be replace by `controller` --- routing.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/routing.rst b/routing.rst index 941c074cb0d..79f24dc4b5b 100644 --- a/routing.rst +++ b/routing.rst @@ -1002,10 +1002,6 @@ special parameters created by Symfony: .. _routing-format-parameter: .. _routing-locale-parameter: -``_controller`` - This parameter is used to determine which controller and action is executed - when the route is matched. - ``_format`` The matched value is used to set the "request format" of the ``Request`` object. This is used for such things as setting the ``Content-Type`` of the response