‪TYPO3CMS  9.5
TYPO3\CMS\Frontend\Middleware\EidHandler Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Middleware\EidHandler:

Public Member Functions

ResponseInterface process (ServerRequestInterface $request, RequestHandlerInterface $handler)
 

Detailed Description

Lightweight alternative to regular frontend requests; used when $_GET[eID] is set. In the future, logic from the EidUtility will be moved to this class, however in most cases a custom PSR-15 middleware will be better suited for whatever job the eID functionality does currently.

Definition at line 35 of file EidHandler.php.

Member Function Documentation

◆ process()

ResponseInterface TYPO3\CMS\Frontend\Middleware\EidHandler::process ( ServerRequestInterface  $request,
RequestHandlerInterface  $handler 
)

Dispatches the request to the corresponding eID class or eID script

Parameters
ServerRequestInterface$request
RequestHandlerInterface$handler
Returns
‪ResponseInterface
Exceptions
Exception

Definition at line 45 of file EidHandler.php.

References $GLOBALS.