‪TYPO3CMS  10.4
TYPO3\CMS\Install\Configuration\CustomPresetInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Install\Configuration\CustomPresetInterface:
TYPO3\CMS\Install\Configuration\PresetInterface TYPO3\CMS\Install\Configuration\Cache\CustomCachePreset TYPO3\CMS\Install\Configuration\Context\CustomPreset TYPO3\CMS\Install\Configuration\Image\CustomPreset TYPO3\CMS\Install\Configuration\Mail\CustomPreset TYPO3\CMS\Install\Configuration\PasswordHashing\CustomPreset

Public Member Functions

 setActive ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\Configuration\PresetInterface
mixed setPostValues (array $postValues)
 
bool isAvailable ()
 
bool getIsAvailable ()
 
bool isActive ()
 
bool getIsActive ()
 
string getName ()
 
int getPriority ()
 
array getConfigurationValues ()
 

Detailed Description

Custom preset interface

Interface for presets not caught by other presets. Represents "custom" configuration options of a feature.

There must be only one custom preset per feature!

Definition at line 26 of file CustomPresetInterface.php.

Member Function Documentation

◆ setActive()

TYPO3\CMS\Install\Configuration\CustomPresetInterface::setActive ( )

Mark preset as active. The custom features do not know by itself if they are active or not since the configuration options may overlay with other presets. Marking the custom preset as active is therefor taken care off by the feature itself if no other preset is active.