![]() |
TYPO3
7.6
|
Protected Member Functions | |
initializeAction () | |
assignExtensionSettings () | |
getLanguageSelection () | |
getAdditionalColumnService () | |
getAdditionalResourceService () | |
getBackendUser () | |
getPageRenderer () | |
![]() | |
initializeActionMethodArguments () | |
resolveActionMethodName () | |
emitBeforeCallActionMethodSignal (array $preparedArguments) | |
setViewConfiguration (ViewInterface $view) | |
getViewProperty ($extbaseFrameworkConfiguration, $setting) | |
resolveViewObjectName () | |
initializeView (ViewInterface $view) | |
initializeAction () | |
errorAction () | |
clearCacheOnError () | |
addErrorFlashMessage () | |
getErrorFlashMessage () | |
forwardToReferringRequest () | |
getFlattenedValidationErrorMessage () | |
![]() | |
redirect ($actionName, $controllerName=null, $extensionName=null, array $arguments=null, $pageUid=null, $delay=0, $statusCode=303) | |
redirectToUri ($uri, $delay=0, $statusCode=303) | |
addBaseUriIfNecessary ($uri) | |
Protected Attributes | |
$defaultViewObjectName = BackendTemplateView::class | |
$view | |
$extensionName = 'Workspaces' | |
$pageRenderer | |
$pageId | |
![]() | |
$reflectionService | |
$cacheService | |
$view = null | |
$namespacesViewObjectNamePattern = '@vendor\@extension\View\@controller\@action@format' | |
$viewFormatToObjectNameMap = array() | |
$defaultViewObjectName = \TYPO3\CMS\Fluid\View\TemplateView::class | |
$actionMethodName = 'indexAction' | |
$errorMethodName = 'errorAction' | |
$mvcPropertyMappingConfigurationService | |
$request | |
$response | |
![]() | |
$signalSlotDispatcher | |
$objectManager | |
$uriBuilder | |
$extensionName | |
$settings | |
$request | |
$response | |
$validatorResolver | |
$arguments | |
$supportedRequestTypes = array(\TYPO3\CMS\Extbase\Mvc\Request::class) | |
$controllerContext | |
$configurationManager | |
Additional Inherited Members | |
![]() | |
injectReflectionService (\TYPO3\CMS\Extbase\Reflection\ReflectionService $reflectionService) | |
injectCacheService (\TYPO3\CMS\Extbase\Service\CacheService $cacheService) | |
injectMvcPropertyMappingConfigurationService (\TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService) | |
processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request,\TYPO3\CMS\Extbase\Mvc\ResponseInterface $response) | |
![]() | |
static | getActionMethodParameters ($objectManager) |
Abstract action controller.
Definition at line 26 of file workspaces/Classes/Controller/AbstractController.php.
|
protected |
Assigns additional Workspace settings to TYPO3.settings.Workspaces.extension
Definition at line 98 of file workspaces/Classes/Controller/AbstractController.php.
References AbstractController\getAdditionalColumnService().
Referenced by AbstractController\initializeAction().
|
protected |
Definition at line 130 of file workspaces/Classes/Controller/AbstractController.php.
Referenced by AbstractController\assignExtensionSettings().
|
protected |
Definition at line 138 of file workspaces/Classes/Controller/AbstractController.php.
|
protected |
Definition at line 146 of file workspaces/Classes/Controller/AbstractController.php.
References $GLOBALS.
Referenced by AbstractController\getLanguageSelection().
|
protected |
Gets the selected language.
Definition at line 117 of file workspaces/Classes/Controller/AbstractController.php.
References AbstractController\getBackendUser().
Referenced by AbstractController\initializeAction().
|
protected |
Definition at line 154 of file workspaces/Classes/Controller/AbstractController.php.
References GeneralUtility\makeInstance().
Referenced by AbstractController\initializeAction().
|
protected |
Initializes the controller before invoking an action method.
Definition at line 58 of file workspaces/Classes/Controller/AbstractController.php.
References $GLOBALS, GeneralUtility\_GP(), AbstractController\assignExtensionSettings(), ExtensionManagementUtility\extRelPath(), AbstractController\getLanguageSelection(), AbstractController\getPageRenderer(), GeneralUtility\makeInstance(), and Icon\SIZE_SMALL.
|
protected |
Definition at line 31 of file workspaces/Classes/Controller/AbstractController.php.
|
protected |
Definition at line 41 of file workspaces/Classes/Controller/AbstractController.php.
Referenced by ReviewController\registerButtons().
|
protected |
Definition at line 51 of file workspaces/Classes/Controller/AbstractController.php.
|
protected |
Definition at line 46 of file workspaces/Classes/Controller/AbstractController.php.
|
protected |
Definition at line 36 of file workspaces/Classes/Controller/AbstractController.php.