Guides
Tutorials
An action which always returns HTTP 404 Not Found with an explanation for why the operation is not exposed.
class ApiPlatform\Action\NotExposedAction
{
public __invoke(Symfony\Component\HttpFoundation\Request $request)
}
class ApiPlatform\Action\NotExposedAction
{
public __invoke(Symfony\Component\HttpFoundation\Request $request)
}
public __invoke(Symfony\Component\HttpFoundation\Request $request)
public __invoke(Symfony\Component\HttpFoundation\Request $request)
request | Symfony\Component\HttpFoundation\Request |