![]() |
TYPO3
7.6
|
Public Member Functions | |
setActive () | |
![]() | |
setPostValues (array $postValues) | |
isAvailable () | |
getIsAvailable () | |
isActive () | |
getIsActive () | |
getName () | |
getPriority () | |
getConfigurationValues () | |
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 25 of file CustomPresetInterface.php.
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.