‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Http\RequestHandler Class Reference
Inheritance diagram for TYPO3\CMS\Core\Http\RequestHandler:

Public Member Functions

 __construct (private readonly ContainerInterface $container, private readonly BackendEntryPointResolver $backendEntryPointResolver,)
 
 handle (ServerRequestInterface $request)
 

Detailed Description

Definition at line 28 of file RequestHandler.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Http\RequestHandler::__construct ( private readonly ContainerInterface  $container,
private readonly BackendEntryPointResolver  $backendEntryPointResolver 
)

Definition at line 30 of file RequestHandler.php.

Member Function Documentation

◆ handle()

TYPO3\CMS\Core\Http\RequestHandler::handle ( ServerRequestInterface  $request)

Definition at line 35 of file RequestHandler.php.