‪TYPO3CMS  ‪main
RequestMiddlewares.php File Reference

Go to the source code of this file.

Variables

 return ['core'=>['typo3/cms-core/verify-host-header'=>['target'=> \TYPO3\CMS\Core\Middleware\VerifyHostHeader::class,], 'typo3/cms-core/normalized-params-attribute'=>['target'=> \TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute::class, 'after'=>['typo3/cms-core/verify-host-header',],], 'typo3/cms-core/response-propagation'=>['target'=> \TYPO3\CMS\Core\Middleware\ResponsePropagation::class, 'after'=>['typo3/cms-core/verify-host-header',],],],]
 

Variable Documentation

◆ return

return[ 'core'=>[ 'typo3/cms-core/verify-host-header'=>[ 'target'=> \TYPO3\CMS\Core\Middleware\VerifyHostHeader::class,], 'typo3/cms-core/normalized-params-attribute'=>[ 'target'=> \TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute::class, 'after'=>[ 'typo3/cms-core/verify-host-header',],], 'typo3/cms-core/response-propagation'=>[ 'target'=> \TYPO3\CMS\Core\Middleware\ResponsePropagation::class, 'after'=>[ 'typo3/cms-core/verify-host-header',],],],]

An array consisting of implementations of middlewares for a middleware stack to be registered

'stackname' => [ 'middleware-identifier' => [ 'target' => classname or callable 'before/after' => array of dependencies ] ]

Definition at line 12 of file RequestMiddlewares.php.