diff --git a/controller/argument_value_resolver.rst b/controller/argument_value_resolver.rst index fe9a1a1b00d..49dc3355c9d 100644 --- a/controller/argument_value_resolver.rst +++ b/controller/argument_value_resolver.rst @@ -54,6 +54,12 @@ In addition, some components and official bundles provide other value resolvers: can be set to ``null`` in case the controller can be accessed by anonymous users. It requires installing the :doc:`SecurityBundle `. +PSR-7 Objects Resolver: + Injects a Symfony HttpFoundation ``Request`` object created from a PSR-7 object + of type :class:`Psr\\Http\\Message\\ServerRequestInterface`, + :class:`Psr\\Http\\Message\\RequestInterface` or :class:`Psr\\Http\\Message\\MessageInterface`. + It requires installing :doc:`the PSR-7 Bridge `_ component. + Adding a Custom Value Resolver ------------------------------