![]() |
TYPO3
7.6
|
Public Member Functions | |
needsExecution () | |
![]() | |
setStepsCounter ($current, $total) | |
getCurrentStep () | |
getTotalSteps () | |
![]() | |
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()) | |
![]() | |
execute () | |
Protected Member Functions | |
executeAction () | |
markImportDatabaseDone () | |
isImportDatabaseDone () | |
![]() | |
assignSteps () | |
![]() | |
initializeHandle () | |
executeAction () | |
isDbalEnabled () | |
getContext () | |
loadExtLocalconfDatabaseAndExtTables () | |
getHashedPassword ($password) | |
Additional Inherited Members | |
![]() | |
$currentStep = 0 | |
$totalSteps = 0 | |
Populate base tables, insert admin user, set install tool password
Definition at line 23 of file DatabaseData.php.
|
protected |
Executes the step
Definition at line 113 of file DatabaseData.php.
References AbstractStepAction\assignSteps().
|
protected |
Checks if the initial import has been performed
Definition at line 199 of file DatabaseData.php.
Referenced by DatabaseData\needsExecution().
|
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
Implements StepInterface.
Definition at line 97 of file DatabaseData.php.
References DatabaseData\isImportDatabaseDone().