TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateVerifyChecksum Class Reference
Inheritance diagram for TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateVerifyChecksum:
TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate TYPO3\CMS\Install\Controller\Action\Ajax\AbstractAjaxAction TYPO3\CMS\Install\Controller\Action\AbstractAction TYPO3\CMS\Install\Controller\Action\ActionInterface

Protected Member Functions

 executeAction ()
 
- Protected Member Functions inherited from TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate
 initializeHandle ()
 
 getVersionToHandle ()
 
- Protected Member Functions inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 initializeHandle ()
 
 executeAction ()
 
 isDbalEnabled ()
 
 getContext ()
 
 loadExtLocalconfDatabaseAndExtTables ()
 
 getHashedPassword ($password)
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate
 injectView (\TYPO3\CMS\Install\View\FailsafeView $view)
 
 injectJsonView (\TYPO3\CMS\Install\View\JsonView $view)
 
 injectCoreUpdateService (\TYPO3\CMS\Install\Service\CoreUpdateService $coreUpdateService)
 
 injectStatusUtility (\TYPO3\CMS\Install\Status\StatusUtility $statusUtility)
 
 injectCoreVersionService (\TYPO3\CMS\Install\Service\CoreVersionService $coreVersionService)
 
- Public Member Functions inherited from TYPO3\CMS\Install\Controller\Action\Ajax\AbstractAjaxAction
 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=[])
 
- Protected Attributes inherited from TYPO3\CMS\Install\Controller\Action\Ajax\AbstractCoreUpdate
 $view = null
 
 $coreUpdateService
 
 $statusUtility
 
 $coreVersionService
 
- Protected Attributes inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 $objectManager = null
 
 $view = null
 
 $controller = ''
 
 $action = ''
 
 $token = ''
 
 $postValues = []
 
 $lastError = []
 
 $messages = []
 

Detailed Description

Verify checksum of a downloaded core

Definition at line 20 of file CoreUpdateVerifyChecksum.php.

Member Function Documentation

◆ executeAction()

TYPO3\CMS\Install\Controller\Action\Ajax\CoreUpdateVerifyChecksum::executeAction ( )
protected

Executes the action

Returns
array Rendered content

Definition at line 27 of file CoreUpdateVerifyChecksum.php.