Symfony\Component\HttpKernel\Controller\ArgumentResolver
Classes
Attempt to resolve backed enum cases from request attributes, for a route path parameter,
leading to a 404 Not Found if the attribute value isn't a valid backing value for the enum type.
Yields the default value defined in the action signature when no value has been given.
Yields a non-variadic argument's value from the request attributes.
Yields the same instance as the request object passed along.
Yields the Session.
Yields a variadic argument's values from the request attributes.