TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\Controller\Action\Tool\CleanUp Class Reference
Inheritance diagram for TYPO3\CMS\Install\Controller\Action\Tool\CleanUp:
TYPO3\CMS\Install\Controller\Action\AbstractAction TYPO3\CMS\Install\Controller\Action\ActionInterface

Protected Member Functions

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

Protected Attributes

 $actionMessages = []
 
- Protected Attributes inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 $objectManager = null
 
 $view = null
 
 $controller = ''
 
 $action = ''
 
 $token = ''
 
 $postValues = []
 
 $lastError = []
 
 $messages = []
 

Additional Inherited Members

- 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=[])
 

Detailed Description

Clean up page

Definition at line 28 of file CleanUp.php.

Member Function Documentation

◆ executeAction()

TYPO3\CMS\Install\Controller\Action\Tool\CleanUp::executeAction ( )
protected

◆ getCleanableTableList()

TYPO3\CMS\Install\Controller\Action\Tool\CleanUp::getCleanableTableList ( )
protected

Get list of existing tables that could be truncated.

Returns
array List of cleanable tables with name, description and number of rows

Definition at line 74 of file CleanUp.php.

References $database.

Referenced by TYPO3\CMS\Install\Controller\Action\Tool\CleanUp\executeAction().

◆ getTypo3TempStatistics()

TYPO3\CMS\Install\Controller\Action\Tool\CleanUp::getTypo3TempStatistics ( )
protected

Member Data Documentation

◆ $actionMessages

TYPO3\CMS\Install\Controller\Action\Tool\CleanUp::$actionMessages = []
protected

Definition at line 35 of file CleanUp.php.