![]() |
TYPO3
7.6
|
Public Attributes | |
$perms_clause | |
Protected Member Functions | |
isCurrentUserAdmin () | |
getJavaScriptConfiguration () | |
getDataFromSession ($identifier, $default=null) | |
getBackendUser () | |
getDocumentTemplate () | |
getLanguageService () | |
![]() | |
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 | |
$relativePath | |
$pageRecord = array() | |
$isAccessibleForCurrentUser = false | |
$allowDelete = false | |
$recordsPageLimit = 50 | |
$id | |
$view | |
$defaultViewObjectName = BackendTemplateView::class | |
![]() | |
$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 | |
![]() | |
static | getActionMethodParameters ($objectManager) |
Module 'Recycler' for the 'recycler' extension.
Definition at line 27 of file RecyclerModuleController.php.
|
protected |
Returns the current BE user.
Definition at line 223 of file RecyclerModuleController.php.
References $GLOBALS.
Referenced by RecyclerModuleController\getDataFromSession(), RecyclerModuleController\getJavaScriptConfiguration(), RecyclerModuleController\initializeAction(), and RecyclerModuleController\isCurrentUserAdmin().
|
protected |
Gets data from the session of the current backend user.
string | $identifier | The identifier to be used to get the data |
string | $default | The default date to be used if nothing was found in the session |
Definition at line 207 of file RecyclerModuleController.php.
References RecyclerModuleController\getBackendUser().
Referenced by RecyclerModuleController\getJavaScriptConfiguration().
|
protected |
Returns an instance of DocumentTemplate
Definition at line 233 of file RecyclerModuleController.php.
References $GLOBALS.
|
protected |
Gets the JavaScript configuration for the Ext JS interface.
Definition at line 185 of file RecyclerModuleController.php.
References GeneralUtility\_GP(), RecyclerModuleController\getBackendUser(), RecyclerModuleController\getDataFromSession(), and GeneralUtility\getIndpEnv().
Referenced by RecyclerModuleController\indexAction().
|
protected |
Returns an instance of LanguageService
Definition at line 243 of file RecyclerModuleController.php.
References $GLOBALS.
Referenced by RecyclerModuleController\indexAction().
indexAction | ( | ) |
Renders the content of the module.
Definition at line 126 of file RecyclerModuleController.php.
References RecyclerModuleController\getJavaScriptConfiguration(), and RecyclerModuleController\getLanguageService().
initializeAction | ( | ) |
Initializes the Module
Definition at line 81 of file RecyclerModuleController.php.
References GeneralUtility\_GP(), RecyclerModuleController\getBackendUser(), and RecyclerModuleController\isCurrentUserAdmin().
|
protected |
Determines whether the current user is admin.
Definition at line 175 of file RecyclerModuleController.php.
References RecyclerModuleController\getBackendUser().
Referenced by RecyclerModuleController\initializeAction().
|
protected |
Definition at line 52 of file RecyclerModuleController.php.
|
protected |
Definition at line 74 of file RecyclerModuleController.php.
|
protected |
Definition at line 62 of file RecyclerModuleController.php.
|
protected |
Definition at line 47 of file RecyclerModuleController.php.
|
protected |
Definition at line 42 of file RecyclerModuleController.php.
$perms_clause |
Definition at line 37 of file RecyclerModuleController.php.
|
protected |
Definition at line 57 of file RecyclerModuleController.php.
|
protected |
Definition at line 32 of file RecyclerModuleController.php.
|
protected |
Definition at line 67 of file RecyclerModuleController.php.