class BootstrapSetting
Defines a BootstrapSetting annotation object.
Plugin Namespace: "Plugin/Setting".
@Attributes({
@Attribute("defaultValue", type = "mixed", required = true),
@Attribute("type", type = "string", required = true), })
Hierarchy
- class \Drupal\bootstrap\Annotation\BootstrapSetting extends \Drupal\Component\Annotation\Plugin
Expanded class hierarchy of BootstrapSetting
See Also
- \Drupal\bootstrap\Plugin\SettingInterface
- \Drupal\bootstrap\Plugin\SettingManager
- Plugin API
Related topics
Namespace
Drupal\bootstrap\AnnotationMembers
Name | Modifiers | Type | Description |
---|---|---|---|
BootstrapSetting:: |
public | property | The setting's default value. |
BootstrapSetting:: |
public | property | The setting's description. |
BootstrapSetting:: |
public | property | The setting's groups. |
BootstrapSetting:: |
public | property | The setting's see references. |
BootstrapSetting:: |
public | property | The setting's title. |
BootstrapSetting:: |
public | property | The setting's type. |
BootstrapSetting:: |
public | function |