ViewModuleController
FinalYes
Controller to show a frontend page in the backend. Backend "Content > Preview" module.
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
Methods
__construct()
public
__construct(ModuleTemplateFactory $moduleTemplateFactory, IconFactory $iconFactory, UriBuilder $uriBuilder, PageRepository $pageRepository, PolicyRegistry $policyRegistry, ComponentFactory $componentFactory, PageContextFactory $pageContextFactory) : mixed
Parameters
- $moduleTemplateFactory : ModuleTemplateFactory
- $iconFactory : IconFactory
- $uriBuilder : UriBuilder
- $pageRepository : PageRepository
- $policyRegistry : PolicyRegistry
- $componentFactory : ComponentFactory
- $pageContextFactory : PageContextFactory
handleRequest()
public
handleRequest(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface