TYPO3  7.6
Public Member Functions | Protected Member Functions | List of all members
DatabaseData Class Reference
Inheritance diagram for DatabaseData:
AbstractStepAction AbstractAction StepInterface ActionInterface

Public Member Functions

 needsExecution ()
 
- Public Member Functions inherited from AbstractStepAction
 setStepsCounter ($current, $total)
 
 getCurrentStep ()
 
 getTotalSteps ()
 
- Public Member Functions inherited from 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 StepInterface
 execute ()
 

Protected Member Functions

 executeAction ()
 
 markImportDatabaseDone ()
 
 isImportDatabaseDone ()
 
- Protected Member Functions inherited from AbstractStepAction
 assignSteps ()
 
- Protected Member Functions inherited from AbstractAction
 initializeHandle ()
 
 executeAction ()
 
 isDbalEnabled ()
 
 getContext ()
 
 loadExtLocalconfDatabaseAndExtTables ()
 
 getHashedPassword ($password)
 

Additional Inherited Members

- Protected Attributes inherited from AbstractStepAction
 $currentStep = 0
 
 $totalSteps = 0
 

Detailed Description

Populate base tables, insert admin user, set install tool password

Definition at line 23 of file DatabaseData.php.

Member Function Documentation

executeAction ( )
protected

Executes the step

Returns
string Rendered content

Definition at line 113 of file DatabaseData.php.

References AbstractStepAction\assignSteps().

isImportDatabaseDone ( )
protected

Checks if the initial import has been performed

Returns
bool

Definition at line 199 of file DatabaseData.php.

Referenced by DatabaseData\needsExecution().

markImportDatabaseDone ( )
protected

Persist the information that the initial import has been performed

Definition at line 188 of file DatabaseData.php.

needsExecution ( )

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

Returns
bool

Implements StepInterface.

Definition at line 97 of file DatabaseData.php.

References DatabaseData\isImportDatabaseDone().