‪TYPO3CMS  10.4
TYPO3\CMS\Beuser\Controller\PermissionController Class Reference
Inheritance diagram for TYPO3\CMS\Beuser\Controller\PermissionController:
TYPO3\CMS\Extbase\Mvc\Controller\ActionController TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface

Public Member Functions

 indexAction ()
 
 editAction ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 injectConfigurationManager (ConfigurationManagerInterface $configurationManager)
 
 injectObjectManager (ObjectManagerInterface $objectManager)
 
 injectSignalSlotDispatcher (Dispatcher $signalSlotDispatcher)
 
 injectValidatorResolver (ValidatorResolver $validatorResolver)
 
 injectViewResolver (ViewResolverInterface $viewResolver)
 
 injectReflectionService (ReflectionService $reflectionService)
 
 injectCacheService (CacheService $cacheService)
 
 injectHashService (HashService $hashService)
 
 injectMvcPropertyMappingConfigurationService (MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService)
 
 injectEventDispatcher (EventDispatcherInterface $eventDispatcher)
 
 initializeControllerArgumentsBaseValidators ()
 
 processRequest (RequestInterface $request, ResponseInterface $response)
 
ControllerContext getControllerContext ()
 
 addFlashMessage ($messageBody, $messageTitle='', $severity=AbstractMessage::OK, $storeInSession=true)
 
bool canProcessRequest (RequestInterface $request)
 
 forward ($actionName, $controllerName=null, $extensionName=null, array $arguments=null)
 
 throwStatus ($statusCode, $statusMessage=null, $content=null)
 

Public Attributes

const SESSION_PREFIX = 'tx_Beuser_'
 

Protected Member Functions

 initializeAction ()
 
 initializeView (ViewInterface $view)
 
 registerDocHeaderButtons ()
 
 updateAction (array $data, array $mirror)
 
TYPO3 CMS Core Authentication BackendUserAuthentication getBackendUser ()
 
array getRecursiveSelectOptions ()
 
 setPageInfo ()
 
TYPO3 CMS Core Localization LanguageService getLanguageService ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 initializeActionMethodArguments ()
 
 initializeActionMethodValidators ()
 
 renderAssetsForRequest ($request)
 
string resolveActionMethodName ()
 
 callActionMethod ()
 
 emitBeforeCallActionMethodSignal (array $preparedArguments)
 
ViewInterface resolveView ()
 
 setViewConfiguration (ViewInterface $view)
 
array getViewProperty ($extbaseFrameworkConfiguration, $setting)
 
string errorAction ()
 
 clearCacheOnError ()
 
 addErrorFlashMessage ()
 
string getErrorFlashMessage ()
 
 forwardToReferringRequest ()
 
string getFlattenedValidationErrorMessage ()
 
TYPO3 CMS Extbase Mvc Controller ControllerContext buildControllerContext ()
 
 redirect ($actionName, $controllerName=null, $extensionName=null, array $arguments=null, $pageUid=null, $delay=0, $statusCode=303)
 
 redirectToUri ($uri, $delay=0, $statusCode=303)
 
string addBaseUriIfNecessary ($uri)
 
 mapRequestArgumentsToControllerArguments ()
 

Protected Attributes

int $id
 
string $returnUrl = ''
 
int $depth
 
int $getLevels = 10
 
array $pageInfo = array( )
 
string $defaultViewObjectName = BackendTemplateView::class
 
BackendTemplateView $view
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
TYPO3 CMS Extbase Reflection ReflectionService $reflectionService
 
TYPO3 CMS Extbase Service CacheService $cacheService
 
HashService $hashService
 
ViewInterface $view
 
string $defaultViewObjectName = \TYPO3\CMS\Fluid\View\TemplateView::class
 
string $actionMethodName = 'indexAction'
 
string $errorMethodName = 'errorAction'
 
TYPO3 CMS Extbase Mvc Controller MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService
 
EventDispatcherInterface $eventDispatcher
 
TYPO3 CMS Extbase Mvc Request $request
 
TYPO3 CMS Extbase Mvc Response $response
 
TYPO3 CMS Extbase SignalSlot Dispatcher $signalSlotDispatcher
 
TYPO3 CMS Extbase Object ObjectManagerInterface $objectManager
 
TYPO3 CMS Extbase Mvc Web Routing UriBuilder $uriBuilder
 
array $settings
 
TYPO3 CMS Extbase Validation ValidatorResolver $validatorResolver
 
TYPO3 CMS Extbase Mvc Controller Arguments $arguments
 
array $supportedRequestTypes = array( Request::class )
 
TYPO3 CMS Extbase Mvc Controller ControllerContext $controllerContext
 
ConfigurationManagerInterface $configurationManager
 

Detailed Description

Backend module page permissions

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

Definition at line 34 of file PermissionController.php.

Member Function Documentation

◆ editAction()

◆ getBackendUser()

TYPO3 CMS Core Authentication BackendUserAuthentication TYPO3\CMS\Beuser\Controller\PermissionController::getBackendUser ( )
protected

◆ getLanguageService()

TYPO3 CMS Core Localization LanguageService TYPO3\CMS\Beuser\Controller\PermissionController::getLanguageService ( )
protected

Returns LanguageService

Returns
‪\TYPO3\CMS\Core\Localization\LanguageService

Definition at line 399 of file PermissionController.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Beuser\Controller\PermissionController\registerDocHeaderButtons().

◆ getRecursiveSelectOptions()

array TYPO3\CMS\Beuser\Controller\PermissionController::getRecursiveSelectOptions ( )
protected

◆ indexAction()

◆ initializeAction()

◆ initializeView()

◆ registerDocHeaderButtons()

TYPO3\CMS\Beuser\Controller\PermissionController::registerDocHeaderButtons ( )
protected

◆ setPageInfo()

TYPO3\CMS\Beuser\Controller\PermissionController::setPageInfo ( )
protected

◆ updateAction()

TYPO3\CMS\Beuser\Controller\PermissionController::updateAction ( array  $data,
array  $mirror 
)
protected

Update action

Parameters
array$data
array$mirror

Definition at line 300 of file PermissionController.php.

References TYPO3\CMS\Core\Utility\GeneralUtility\intExplode(), and TYPO3\CMS\Extbase\Mvc\Controller\ActionController\redirectToUri().

Member Data Documentation

◆ $defaultViewObjectName

string TYPO3\CMS\Beuser\Controller\PermissionController::$defaultViewObjectName = BackendTemplateView::class
protected

Backend Template Container

Definition at line 67 of file PermissionController.php.

◆ $depth

int TYPO3\CMS\Beuser\Controller\PermissionController::$depth
protected

Definition at line 51 of file PermissionController.php.

◆ $getLevels

int TYPO3\CMS\Beuser\Controller\PermissionController::$getLevels = 10
protected

Number of levels to enable recursive settings for

Definition at line 57 of file PermissionController.php.

◆ $id

int TYPO3\CMS\Beuser\Controller\PermissionController::$id
protected

the current page id

Definition at line 43 of file PermissionController.php.

◆ $pageInfo

array TYPO3\CMS\Beuser\Controller\PermissionController::$pageInfo = array( )
protected

◆ $returnUrl

string TYPO3\CMS\Beuser\Controller\PermissionController::$returnUrl = ''
protected

Definition at line 47 of file PermissionController.php.

◆ $view

BackendTemplateView TYPO3\CMS\Beuser\Controller\PermissionController::$view
protected

BackendTemplateContainer

Definition at line 73 of file PermissionController.php.

Referenced by TYPO3\CMS\Beuser\Controller\PermissionController\initializeView().

◆ SESSION_PREFIX

const TYPO3\CMS\Beuser\Controller\PermissionController::SESSION_PREFIX = 'tx_Beuser_'

Definition at line 39 of file PermissionController.php.