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