TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Install\Controller\Action\Step\DefaultConfiguration Class Reference
Inheritance diagram for TYPO3\CMS\Install\Controller\Action\Step\DefaultConfiguration:
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

Set production defaults

Definition at line 22 of file DefaultConfiguration.php.

Member Function Documentation

◆ executeAction()

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

Executes the step

Returns
string Rendered content

Definition at line 94 of file DefaultConfiguration.php.

References TYPO3\CMS\Install\Controller\Action\Step\AbstractStepAction\assignSteps().

◆ needsExecution()

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

Step needs to be executed if 'isInitialInstallationInProgress' is set to TRUE in LocalConfiguration

Returns
boolean

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

Definition at line 79 of file DefaultConfiguration.php.

References $GLOBALS, and $result.