TYPO3  7.6
Public Member Functions | List of all members
CustomPresetInterface Interface Reference
Inheritance diagram for CustomPresetInterface:
PresetInterface CustomPreset CustomPreset CustomPreset CustomPreset

Public Member Functions

 setActive ()
 
- Public Member Functions inherited from PresetInterface
 setPostValues (array $postValues)
 
 isAvailable ()
 
 getIsAvailable ()
 
 isActive ()
 
 getIsActive ()
 
 getName ()
 
 getPriority ()
 
 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 25 of file CustomPresetInterface.php.

Member Function Documentation

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.

Returns
void