TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Install\Controller\Action\Step\DatabaseData Class Reference
Inheritance diagram for TYPO3\CMS\Install\Controller\Action\Step\DatabaseData:
TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction TYPO3\CMS\Install\Controller\Action\AbstractAction TYPO3\CMS\Install\Controller\Action\Step\StepInterface TYPO3\CMS\Install\Controller\Action\ActionInterface

Public Member Functions

 needsExecution ()
 
- Public Member Functions inherited from TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction
 setStepsCounter ($current, $total)
 
 getCurrentStep ()
 
 getTotalSteps ()
 
- 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=array())
 
- Public Member Functions inherited from TYPO3\CMS\Install\Controller\Action\Step\StepInterface
 execute ()
 

Protected Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction
 $currentStep = 0
 
 $totalSteps = 0
 
- Protected Attributes inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 $objectManager = NULL
 
 $view = NULL
 
 $controller = ''
 
 $action = ''
 
 $token = ''
 
 $postValues = array()
 
 $lastError = array()
 
 $messages = array()
 

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! Populate base tables, insert admin user, set install tool password

Definition at line 20 of file DatabaseData.php.

Member Function Documentation

◆ executeAction()

TYPO3\CMS\Install\Controller\Action\Step\DatabaseData::executeAction ( )
protected

◆ needsExecution()

TYPO3\CMS\Install\Controller\Action\Step\DatabaseData::needsExecution ( )

Step needs to be executed if there are no tables in database

Returns
boolean

Implements TYPO3\CMS\Install\Controller\Action\Step\StepInterface.

Definition at line 79 of file DatabaseData.php.

References $result.