TYPO3  7.6
Protected Member Functions | Protected Attributes | List of all members
AbstractModuleController Class Reference
Inheritance diagram for AbstractModuleController:
AbstractController ActionController AbstractController ControllerInterface ConfigurationController DistributionController ListController UpdateScriptController

Protected Member Functions

 resolveView ()
 
 generateMenu ()
 
 getHref ($controller, $action, $parameters=[])
 
- Protected Member Functions inherited from AbstractController
 translate ($key, $arguments=null)
 
 handleTriggerArguments ()
 
- Protected Member Functions inherited from ActionController
 initializeActionMethodArguments ()
 
 resolveActionMethodName ()
 
 emitBeforeCallActionMethodSignal (array $preparedArguments)
 
 setViewConfiguration (ViewInterface $view)
 
 getViewProperty ($extbaseFrameworkConfiguration, $setting)
 
 resolveViewObjectName ()
 
 initializeView (ViewInterface $view)
 
 initializeAction ()
 
 errorAction ()
 
 clearCacheOnError ()
 
 addErrorFlashMessage ()
 
 getErrorFlashMessage ()
 
 forwardToReferringRequest ()
 
 getFlattenedValidationErrorMessage ()
 
- Protected Member Functions inherited from AbstractController
 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

 $view
 
 $defaultViewObjectName = BackendTemplateView::class
 
- Protected Attributes inherited from AbstractController
 $triggerArguments
 
- Protected Attributes inherited from ActionController
 $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
 
- Protected Attributes inherited from AbstractController
 $signalSlotDispatcher
 
 $objectManager
 
 $uriBuilder
 
 $extensionName
 
 $settings
 
 $request
 
 $response
 
 $validatorResolver
 
 $arguments
 
 $supportedRequestTypes = array(\TYPO3\CMS\Extbase\Mvc\Request::class)
 
 $controllerContext
 
 $configurationManager
 

Additional Inherited Members

- Public Member Functions inherited from ActionController
 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 Public Member Functions inherited from ActionController
static getActionMethodParameters ($objectManager)
 
- Public Attributes inherited from AbstractController
const TRIGGER_RefreshModuleMenu = 'refreshModuleMenu'
 

Detailed Description

Abstract action controller.

Definition at line 23 of file AbstractModuleController.php.

Member Function Documentation

generateMenu ( )
protected
getHref (   $controller,
  $action,
  $parameters = [] 
)
protected

Creates te URI for a backend action

Parameters
string$controller
string$action
array$parameters
Returns
string

Definition at line 123 of file AbstractModuleController.php.

References AbstractController\$uriBuilder.

Referenced by AbstractModuleController\generateMenu().

resolveView ( )
protected

Resolve view and initialize the general view-variables extensionName, controllerName and actionName based on the request object

Returns

Definition at line 45 of file AbstractModuleController.php.

References AbstractModuleController\$view.

Member Data Documentation

$defaultViewObjectName = BackendTemplateView::class
protected

Definition at line 37 of file AbstractModuleController.php.

$view
protected

Definition at line 30 of file AbstractModuleController.php.

Referenced by AbstractModuleController\resolveView().