8000 Added docs about ArgumentValueResolvers by linaori · Pull Request #6438 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added docs 8000 about ArgumentValueResolvers #6438

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Prev Previous commit
Next Next commit
Added instance
  • Loading branch information
Iltar van der Berg committed May 6, 2016
commit 8d30575b43d1aeafa38ce8537c73ac621778daf3
6 changes: 3 additions & 3 deletions cookbook/controller/argument_value_resolver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ This interface specifies that you have to implement two methods::
is resolved, you must `yield`_ the value to the ``ArgumentResolver``.

Both methods get the ``Request`` object, which is the current request, and an
:class:`Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata`.
This object contains all information retrieved from the method signature for
the current argument.
:class:`Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata`
instance. This object contains all information retrieved from the method signature
for the current argument.

.. note::

Expand Down
0