TYPO3  7.6
Public Member Functions | Protected Member Functions | List of all members
DefaultConfiguration Class Reference
Inheritance diagram for DefaultConfiguration:
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 ()
 
- 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

Set production defaults

Definition at line 22 of file install/Classes/Controller/Action/Step/DefaultConfiguration.php.

Member Function Documentation

executeAction ( )
protected

Executes the step

Returns
string Rendered content

Definition at line 159 of file install/Classes/Controller/Action/Step/DefaultConfiguration.php.

References AbstractStepAction\assignSteps().

needsExecution ( )

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

Returns
bool

Implements StepInterface.

Definition at line 143 of file install/Classes/Controller/Action/Step/DefaultConfiguration.php.

References $GLOBALS.