NotFoundRequestHandler implements RequestHandlerInterface
Fallback request handler for all requests inside the TYPO3 Install Tool.
Returns a 404 status code, in case none of the previously executed middlewares handled the request.
This class is only meant to be used within EXT:install and is not part of the TYPO3 Core API.
Table of Contents
Interfaces
- RequestHandlerInterface
Methods
- handle() : ResponseInterface
- Handles an Install Tool request when previously executed middlewares didn't handle thr request.
Methods
handle()
Handles an Install Tool request when previously executed middlewares didn't handle thr request.
public
handle(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface