‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController:
TYPO3\CMS\Backend\Controller\Wizard\AddController TYPO3\CMS\Backend\Controller\Wizard\EditController TYPO3\CMS\Backend\Controller\Wizard\ListController TYPO3\CMS\Backend\Controller\Wizard\TableController

Protected Member Functions

bool checkEditAccess ($table, $uid)
 
BackendUserAuthentication getBackendUserAuthentication ()
 
LanguageService getLanguageService ()
 

Detailed Description

Class AbstractWizardController

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

Definition at line 27 of file AbstractWizardController.php.

Member Function Documentation

◆ checkEditAccess()

◆ getBackendUserAuthentication()

BackendUserAuthentication TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController::getBackendUserAuthentication ( )
protected

Returns an instance of BackendUserAuthentication

Returns
‪BackendUserAuthentication

Definition at line 67 of file AbstractWizardController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Backend\Controller\Wizard\AbstractWizardController\checkEditAccess().

◆ getLanguageService()