interface SettingInterface
Defines the interface for an object oriented theme setting plugin.
Hierarchy
- interface \Drupal\bootstrap\Plugin\Form\FormInterface
- interface \Drupal\bootstrap\Plugin\Setting\SettingInterface extends \Drupal\Component\Plugin\PluginInspectionInterface
Expanded class hierarchy of SettingInterface
All classes that implement SettingInterface
Related topics
Namespace
Drupal\bootstrap\Plugin\SettingMembers
Name | Modifiers | Type | Description |
---|---|---|---|
FormInterface:: |
public | function | The alter method to store the code. |
FormInterface:: |
public | function | The alter method to store the code. |
FormInterface:: |
public static | function | Form submission handler. |
FormInterface:: |
public static | function | Form submission handler. |
FormInterface:: |
public static | function | Form validation handler. |
FormInterface:: |
public static | function | Form validation handler. |
SettingInterface:: |
public | function | Indicates whether a setting is accessible. |
SettingInterface:: |
public | function | Indicates whether a form element should be created automatically. |
SettingInterface:: |
public | function | Determines whether a theme setting should added to drupalSettings. |
SettingInterface:: |
public | function | The cache tags associated with this object. |
SettingInterface:: |
public | function | Retrieves the setting's default value. |
SettingInterface:: |
public | function | Retrieves the setting's description, if any. |
SettingInterface:: |
public | function | Retrieves the form element for the setting. |
SettingInterface:: |
public | function | Retrieves the group form element the setting belongs to. |
SettingInterface:: |
public | function | Retrieves the group form element the setting belongs to. |
SettingInterface:: |
public | function | Retrieves the setting's groups. |
SettingInterface:: |
public | function | Retrieves the settings options, if set. |
SettingInterface:: |
public | function | Retrieves the form element for the setting. |
SettingInterface:: |
public | function | Retrieves the setting's human-readable title. |
SettingInterface:: |
public | function | Retrieves the value from other deprecated settings. |