‪TYPO3CMS  ‪main
RequestMiddlewares.php File Reference

Go to the source code of this file.

Variables

 return ['frontend'=>['typo3/cms-redirects/redirecthandler'=>['target'=> \TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler::class, 'before'=>['typo3/cms-frontend/base-redirect-resolver',], 'after'=>['typo3/cms-frontend/authentication',],],],]
 

Variable Documentation

◆ return

return[ 'frontend'=>[ 'typo3/cms-redirects/redirecthandler'=>[ 'target'=> \TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler::class, 'before'=>[ 'typo3/cms-frontend/base-redirect-resolver',], 'after'=>[ 'typo3/cms-frontend/authentication',],],],]

Definitions for middlewares provided by EXT:redirects

Definition at line 6 of file RequestMiddlewares.php.