NormalizedParamsAttribute implements MiddlewareInterface
Add NormalizedParams as 'normalizedParams' attribute.
Used in FE, BE and install tool context.
Table of Contents
Interfaces
- MiddlewareInterface
Methods
- process() : ResponseInterface
- Adds an instance of TYPO3\CMS\Core\Http\NormalizedParams as attribute to $request object
Methods
process()
Adds an instance of TYPO3\CMS\Core\Http\NormalizedParams as attribute to $request object
public
process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface
Parameters
- $request : ServerRequestInterface
- $handler : RequestHandlerInterface