TYPO3  7.6
List of all members
UpdateScriptController Class Reference
Inheritance diagram for UpdateScriptController:
AbstractModuleController AbstractController ActionController AbstractController ControllerInterface

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'
 
- Protected Member Functions inherited from AbstractModuleController
 resolveView ()
 
 generateMenu ()
 
 getHref ($controller, $action, $parameters=[])
 
- Protected Attributes inherited from AbstractModuleController
 $view
 
 $defaultViewObjectName = BackendTemplateView::class
 

Detailed Description

Controller for configuration related actions.

Definition at line 24 of file UpdateScriptController.php.