‪TYPO3CMS  9.5
RequestMiddlewares.php File Reference

Go to the source code of this file.

Variables

 return ['frontend'=>['typo3/cms-workspaces/preview'=>['target'=> \TYPO3\CMS\Workspaces\Middleware\WorkspacePreview::class, 'after'=>['typo3/cms-frontend/tsfe', 'typo3/cms-frontend/backend-user-authentication',], 'before'=>['typo3/cms-frontend/page-resolver',]],]]
 

Variable Documentation

◆ return

return[ 'frontend'=>[ 'typo3/cms-workspaces/preview'=>[ 'target'=> \TYPO3\CMS\Workspaces\Middleware\WorkspacePreview::class, 'after'=>[ 'typo3/cms-frontend/tsfe', 'typo3/cms-frontend/backend-user-authentication',], 'before'=>[ 'typo3/cms-frontend/page-resolver',]],]]

Definitions for middlewares provided by EXT:workspaces

Definition at line 5 of file RequestMiddlewares.php.