‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Http\NotFoundRequestHandler Class Reference
Inheritance diagram for TYPO3\CMS\Install\Http\NotFoundRequestHandler:

Public Member Functions

 handle (ServerRequestInterface $request)
 

Detailed Description

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.

Definition at line 30 of file NotFoundRequestHandler.php.

Member Function Documentation

◆ handle()

TYPO3\CMS\Install\Http\NotFoundRequestHandler::handle ( ServerRequestInterface  $request)

Handles an Install Tool request when previously executed middlewares didn't handle thr request.

Definition at line 35 of file NotFoundRequestHandler.php.