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

Public Member Functions

 __construct (protected readonly DispatcherInterface $dispatcher)
 
 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 34 of file EidHandler.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Frontend\Middleware\EidHandler::__construct ( protected readonly DispatcherInterface  $dispatcher)

Definition at line 36 of file EidHandler.php.

Member Function Documentation

◆ process()

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

Dispatches the request to the corresponding eID class or eID script

Definition at line 43 of file EidHandler.php.

References $GLOBALS.