‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Configuration\Context\ContextFeature Class Reference
Inheritance diagram for TYPO3\CMS\Install\Configuration\Context\ContextFeature:
TYPO3\CMS\Install\Configuration\AbstractFeature TYPO3\CMS\Install\Configuration\FeatureInterface

Protected Attributes

string $name = 'Context'
 
array $presetRegistry
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Install\Configuration\AbstractFeature
string $name = ''
 
array $presetRegistry = array( )
 
array $presetInstances = array( )
 
array $postValues = array( )
 

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\Configuration\AbstractFeature
 initializePresets (array $postValues)
 
array PresetInterface[] getPresetsOrderedByPriority ()
 
string getName ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\Configuration\FeatureInterface
 initializePresets (array $postValues)
 
array< PresetInterfacegetPresetsOrderedByPriority ()
 
string getName ()
 

Detailed Description

Context feature sets development / production settings

only to be used within EXT:install

Definition at line 25 of file ContextFeature.php.

Member Data Documentation

◆ $name

string TYPO3\CMS\Install\Configuration\Context\ContextFeature::$name = 'Context'
protected

Name of feature

Definition at line 29 of file ContextFeature.php.

◆ $presetRegistry

array TYPO3\CMS\Install\Configuration\Context\ContextFeature::$presetRegistry
protected
Initial value:
= array(
LivePreset::class,
DebugPreset::class,
CustomPreset::class,
)

List of preset classes

Definition at line 33 of file ContextFeature.php.