ReviewController
Read onlyYes
FinalYes
This is a specific Backend Controller implementation and is not considered part of the Public TYPO3 API.
Attributes
- #[AsController]
Table of Contents
Methods
- __construct() : mixed
- handleRequest() : ResponseInterface
- Renders the review module user dependent with all workspaces.
Methods
__construct()
public
__construct(WorkspaceService $workspaceService, StagesService $stagesService, IconFactory $iconFactory, PageRenderer $pageRenderer, UriBuilder $uriBuilder, ModuleTemplateFactory $moduleTemplateFactory, WorkspacePublishGate $workspacePublishGate, TranslationConfigurationProvider $translationConfigurationProvider, WorkspaceRepository $workspaceRepository, WorkspaceStageRepository $workspaceStageRepository) : mixed
Parameters
- $workspaceService : WorkspaceService
- $stagesService : StagesService
- $iconFactory : IconFactory
- $pageRenderer : PageRenderer
- $uriBuilder : UriBuilder
- $moduleTemplateFactory : ModuleTemplateFactory
- $workspacePublishGate : WorkspacePublishGate
- $translationConfigurationProvider : TranslationConfigurationProvider
- $workspaceRepository : WorkspaceRepository
- $workspaceStageRepository : WorkspaceStageRepository
handleRequest()
Renders the review module user dependent with all workspaces.
public
handleRequest(ServerRequestInterface $request) : ResponseInterface
The module will show all records of one workspace.
Parameters
- $request : ServerRequestInterface