You are here

interface StylePluginInterface in Bootstrap Styles 1.0.x

Provides an interface defining a Styles Group.

Hierarchy

Expanded class hierarchy of StylePluginInterface

All classes that implement StylePluginInterface

File

src/Style/StylePluginInterface.php, line 11

Namespace

Drupal\bootstrap_styles\Style
View 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

Namesort descending Modifiers Type Description Overrides
ContainerFactoryPluginInterface::create public static function Creates an instance of the plugin. 120
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2
StylePluginInterface::getTitle public function Return the name of the Styles Group form plugin. 1