interface StylesGroupPluginInterface in Bootstrap Styles 1.0.x
Provides an interface defining a Styles Group.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\bootstrap_styles\StylesGroup\StylesGroupPluginInterface
Expanded class hierarchy of StylesGroupPluginInterface
All classes that implement StylesGroupPluginInterface
File
- src/
StylesGroup/ StylesGroupPluginInterface.php, line 10
Namespace
Drupal\bootstrap_styles\StylesGroupView source
interface StylesGroupPluginInterface extends PluginInspectionInterface {
/**
* Return the title of the Styles Group form plugin.
*
* @return string
* The title of styles group.
*/
public function getTitle();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |
StylesGroupPluginInterface:: |
public | function | Return the title of the Styles Group form plugin. | 1 |