‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute Class Reference
Inheritance diagram for TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute:

Public Member Functions

 process (ServerRequestInterface $request, RequestHandlerInterface $handler)
 

Detailed Description

Add NormalizedParams as 'normalizedParams' attribute. Used in FE, BE and install tool context.

Definition at line 32 of file NormalizedParamsAttribute.php.

Member Function Documentation

◆ process()

TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute::process ( ServerRequestInterface  $request,
RequestHandlerInterface  $handler 
)

Adds an instance of TYPO3\CMS\Core\Http\NormalizedParams as attribute to $request object

Definition at line 38 of file NormalizedParamsAttribute.php.

References TYPO3\CMS\Core\Http\NormalizedParams\createFromRequest().