SchedulerSetupCheckController
FinalYes
Render 'Setup Check' view.
This class is a specific Backend controller implementation and is not considered part of the Public TYPO3 API.
Attributes
- #[AsController]
Table of Contents
Methods
- __construct() : mixed
- handle() : ResponseInterface
- addDocHeaderShortcutButton() : void
- getLanguageService() : LanguageService
Methods
__construct()
public
__construct(Registry $registry, ModuleTemplateFactory $moduleTemplateFactory) : mixed
Parameters
- $registry : Registry
- $moduleTemplateFactory : ModuleTemplateFactory
handle()
public
handle(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface
Return values
ResponseInterfaceaddDocHeaderShortcutButton()
protected
addDocHeaderShortcutButton(ModuleTemplate $moduleTemplate, string $name) : void
Parameters
- $moduleTemplate : ModuleTemplate
- $name : string
getLanguageService()
protected
getLanguageService() : LanguageService