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 8e36327 commit ec53faaCopy full SHA for ec53faa
book/routing.rst
@@ -1477,7 +1477,7 @@ Generating Absolute URLs
1477
~~~~~~~~~~~~~~~~~~~~~~~~
1478
1479
By default, the router will generate relative URLs (e.g. ``/blog``). From
1480
-a controller, simply pass ``true`` to the third argument of the ``generateUrl()``
+a controller, simply pass ``UrlGeneratorInterface::ABSOLUTE_URL`` to the third argument of the ``generateUrl()``
1481
method::
1482
1483
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
0 commit comments