TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extensionmanager\Controller\ActionController Class Reference
Inheritance diagram for TYPO3\CMS\Extensionmanager\Controller\ActionController:
TYPO3\CMS\Extensionmanager\Controller\AbstractController TYPO3\CMS\Extbase\Mvc\Controller\ActionController TYPO3\CMS\Extbase\Mvc\Controller\AbstractController TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface

Public Member Functions

 installExtensionWithoutSystemDependencyCheckAction ($extensionKey)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request, \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\AbstractController
 getControllerContext ()
 
 __construct ()
 
 injectConfigurationManager (\TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager)
 
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 injectFlashMessageContainer (\TYPO3\CMS\Extbase\Mvc\Controller\FlashMessageContainer $flashMessageContainer)
 
 addFlashMessage ($messageBody, $messageTitle='', $severity=\TYPO3\CMS\Core\Messaging\AbstractMessage::OK, $storeInSession=TRUE)
 
 canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request, \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 
 forward ($actionName, $controllerName=NULL, $extensionName=NULL, array $arguments=NULL)
 
 throwStatus ($statusCode, $statusMessage=NULL, $content=NULL)
 
 initializeControllerArgumentsBaseValidators ()
 

Protected Member Functions

 toggleExtensionInstallationStateAction ($extensionKey)
 
 removeExtensionAction ($extension)
 
 downloadExtensionZipAction ($extension)
 
 downloadExtensionDataAction ($extension)
 
- Protected Member Functions inherited from TYPO3\CMS\Extensionmanager\Controller\AbstractController
 resolveView ()
 
 translate ($key, $arguments=NULL)
 
 handleTriggerArguments ()
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 initializeActionMethodArguments ()
 
 initializeActionMethodValidators ()
 
 resolveActionMethodName ()
 
 callActionMethod ()
 
 emitBeforeCallActionMethodSignal (array $preparedArguments)
 
 setViewConfiguration (ViewInterface $view)
 
 getViewProperty ($extbaseFrameworkConfiguration, $setting, $deprecatedSetting='')
 
 resolveViewObjectName ()
 
 initializeView (ViewInterface $view)
 
 initializeAction ()
 
 errorAction ()
 
 getErrorFlashMessage ()
 
 checkRequestHash ()
 
 clearCacheOnError ()
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\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

 $installUtility
 
 $fileHandlingUtility
 
 $extensionModelUtility
 
 $managementService
 
- Protected Attributes inherited from TYPO3\CMS\Extensionmanager\Controller\AbstractController
 $triggerArguments
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 $reflectionService
 
 $cacheService
 
 $view = NULL
 
 $viewObjectNamePattern = 'Tx_@extension_View_@controller_@action@format'
 
 $namespacesViewObjectNamePattern = '@vendor\@extension\View\@controller\@action@format'
 
 $viewFormatToObjectNameMap = array()
 
 $defaultViewObjectName = 'TYPO3\\CMS\\Fluid\\View\\TemplateView'
 
 $actionMethodName = 'indexAction'
 
 $errorMethodName = 'errorAction'
 
 $mvcPropertyMappingConfigurationService
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Mvc\Controller\AbstractController
 $signalSlotDispatcher
 
 $objectManager
 
 $uriBuilder
 
 $extensionName
 
 $settings
 
 $request
 
 $response
 
 $deprecatedPropertyMapper
 
 $validatorResolver
 
 $arguments
 
 $argumentsMappingResults
 
 $supportedRequestTypes = array('TYPO3\\CMS\\Extbase\\Mvc\\Request')
 
 $controllerContext
 
 $flashMessageContainer
 
 $configurationManager
 

Additional Inherited Members

- Static Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\ActionController
static getActionMethodParameters ($objectManager)
 
- Public Attributes inherited from TYPO3\CMS\Extensionmanager\Controller\AbstractController
const TRIGGER_RefreshModuleMenu = 'refreshModuleMenu'
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Controller for handling extension related actions like installing, removing, downloading of data or files

Author
Susanne Moog typo3.nosp@m.@sus.nosp@m.annem.nosp@m.oog..nosp@m.de

Definition at line 22 of file ActionController.php.

Member Function Documentation

◆ downloadExtensionDataAction()

TYPO3\CMS\Extensionmanager\Controller\ActionController::downloadExtensionDataAction (   $extension)
protected

Download data of an extension as sql statements

Parameters
string$extension
Exceptions

Definition at line 130 of file ActionController.php.

References TYPO3\CMS\Core\Utility\GeneralUtility\writeFileToTypo3tempDir().

◆ downloadExtensionZipAction()

TYPO3\CMS\Extensionmanager\Controller\ActionController::downloadExtensionZipAction (   $extension)
protected

Download an extension as a zip file

Parameters
string$extension

Definition at line 119 of file ActionController.php.

◆ installExtensionWithoutSystemDependencyCheckAction()

TYPO3\CMS\Extensionmanager\Controller\ActionController::installExtensionWithoutSystemDependencyCheckAction (   $extensionKey)

Install an extension and omit dependency checking

Parameters
string$extensionKey
Returns
void

Definition at line 82 of file ActionController.php.

References TYPO3\CMS\Extbase\Mvc\Controller\AbstractController\forward().

◆ removeExtensionAction()

TYPO3\CMS\Extensionmanager\Controller\ActionController::removeExtensionAction (   $extension)
protected

Remove an extension (if it is still installed, uninstall it first)

Parameters
string$extension
Returns
string

Definition at line 93 of file ActionController.php.

References TYPO3\CMS\Extbase\Mvc\Controller\AbstractController\addFlashMessage(), and TYPO3\CMS\Core\Messaging\AbstractMessage\ERROR.

◆ toggleExtensionInstallationStateAction()

TYPO3\CMS\Extensionmanager\Controller\ActionController::toggleExtensionInstallationStateAction (   $extensionKey)
protected

Member Data Documentation

◆ $extensionModelUtility

TYPO3\CMS\Extensionmanager\Controller\ActionController::$extensionModelUtility
protected

Definition at line 40 of file ActionController.php.

◆ $fileHandlingUtility

TYPO3\CMS\Extensionmanager\Controller\ActionController::$fileHandlingUtility
protected

Definition at line 34 of file ActionController.php.

◆ $installUtility

TYPO3\CMS\Extensionmanager\Controller\ActionController::$installUtility
protected

Definition at line 28 of file ActionController.php.

◆ $managementService

TYPO3\CMS\Extensionmanager\Controller\ActionController::$managementService
protected

Definition at line 46 of file ActionController.php.