‪TYPO3CMS  ‪main
TYPO3\CMS\Scheduler\Controller\SchedulerSetupCheckController Class Reference

Public Member Functions

 __construct (private readonly Registry $registry, private readonly ModuleTemplateFactory $moduleTemplateFactory,)
 
 handle (ServerRequestInterface $request)
 

Protected Member Functions

 addDocHeaderShortcutButton (ModuleTemplate $moduleTemplate, string $name)
 
 getLanguageService ()
 

Private Member Functions

 determineExecutablePath ()
 

Detailed Description

Render 'Setup Check' view.

This class is a specific Backend controller implementation and is not considered part of the Public TYPO3 API.

Definition at line 36 of file SchedulerSetupCheckController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Scheduler\Controller\SchedulerSetupCheckController::__construct ( private readonly Registry  $registry,
private readonly ModuleTemplateFactory  $moduleTemplateFactory 
)

Definition at line 38 of file SchedulerSetupCheckController.php.

Member Function Documentation

◆ addDocHeaderShortcutButton()

TYPO3\CMS\Scheduler\Controller\SchedulerSetupCheckController::addDocHeaderShortcutButton ( ModuleTemplate  $moduleTemplate,
string  $name 
)
protected

◆ determineExecutablePath()

TYPO3\CMS\Scheduler\Controller\SchedulerSetupCheckController::determineExecutablePath ( )
private

◆ getLanguageService()

TYPO3\CMS\Scheduler\Controller\SchedulerSetupCheckController::getLanguageService ( )
protected

◆ handle()