TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\Controller\Action\Tool\AllConfiguration Class Reference
Inheritance diagram for TYPO3\CMS\Install\Controller\Action\Tool\AllConfiguration:
TYPO3\CMS\Install\Controller\Action\AbstractAction TYPO3\CMS\Install\Controller\Action\ActionInterface

Protected Member Functions

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

Protected Attributes

 $phpErrorCodesSettings
 
- Protected Attributes inherited from TYPO3\CMS\Install\Controller\Action\AbstractAction
 $objectManager = null
 
 $view = null
 
 $controller = ''
 
 $action = ''
 
 $token = ''
 
 $postValues = []
 
 $lastError = []
 
 $messages = []
 

Additional Inherited Members

- 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=[])
 

Detailed Description

Show system environment check results

Definition at line 23 of file AllConfiguration.php.

Member Function Documentation

◆ executeAction()

TYPO3\CMS\Install\Controller\Action\Tool\AllConfiguration::executeAction ( )
protected

◆ getSpeakingSectionNames()

TYPO3\CMS\Install\Controller\Action\Tool\AllConfiguration::getSpeakingSectionNames ( )
protected

Returns an array of available sections and their description

Returns
string[]

Definition at line 62 of file AllConfiguration.php.

Referenced by TYPO3\CMS\Install\Controller\Action\Tool\AllConfiguration\executeAction().

◆ setUpConfigurationData()

TYPO3\CMS\Install\Controller\Action\Tool\AllConfiguration::setUpConfigurationData ( )
protected

Set up configuration data

Returns
array Configuration data

Definition at line 81 of file AllConfiguration.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Install\Controller\Action\Tool\AllConfiguration\executeAction().

Member Data Documentation

◆ $phpErrorCodesSettings

TYPO3\CMS\Install\Controller\Action\Tool\AllConfiguration::$phpErrorCodesSettings
protected
Initial value:
= [
'errorHandlerErrors',
'exceptionalErrors',
'syslogErrorReporting',
'belogErrorReporting',
]

Definition at line 32 of file AllConfiguration.php.