TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\Controller\Action\Ajax\AbstractAjaxAction Class Reference
Inheritance diagram for TYPO3\CMS\Install\Controller\Action\Ajax\AbstractAjaxAction:
TYPO3\CMS\Install\Controller\Action\AbstractAction TYPO3\CMS\Install\Controller\Action\ActionInterface TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate TYPO3\CMS\Install\Controller\Action\Ajax\ClearCache TYPO3\CMS\Install\Controller\Action\Ajax\EnvironmentStatus TYPO3\CMS\Install\Controller\Action\Ajax\ExtensionCompatibilityTester TYPO3\CMS\Install\Controller\Action\Ajax\FolderStatus TYPO3\CMS\Install\Controller\Action\Ajax\UninstallExtension TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateActivate TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateCheckPreConditions TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateDownload TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateIsUpdateAvailable TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateMove TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateUnpack TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateUpdateVersionMatrix TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateVerifyChecksum

Public Member Functions

 handle ()
 
- Public Member Functions inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManager $objectManager)
 
 injectView (\TYPO3\CMS\Install\View\FailsafeView $view)
 
 handle ()
 
 setToken ($token)
 
 setController ($controller)
 
 setAction ($action)
 
 setPostValues (array $postValues)
 
 setLastError (array $lastError)
 
 setMessages (array $messages=[])
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 initializeHandle ()
 
 executeAction ()
 
 isDbalEnabled ()
 
 getContext ()
 
 loadExtLocalconfDatabaseAndExtTables ()
 
 getHashedPassword ($password)
 
- Protected Attributes inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 $objectManager = null
 
 $view = null
 
 $controller = ''
 
 $action = ''
 
 $token = ''
 
 $postValues = []
 
 $lastError = []
 
 $messages = []
 

Detailed Description

General purpose AJAX controller action helper methods and bootstrap

Definition at line 20 of file AbstractAjaxAction.php.

Member Function Documentation

◆ handle()

TYPO3\CMS\Install\Controller\Action\Ajax\AbstractAjaxAction::handle ( )