You are here

public function StylePluginBase::getTitle in Bootstrap Styles 1.0.x

Return the name of the Styles Group form plugin.

Return value

string The name of styles group.

Overrides StylePluginInterface::getTitle

File

src/Style/StylePluginBase.php, line 64

Class

StylePluginBase
A base class to help developers implement their own Styles Group plugins.

Namespace

Drupal\bootstrap_styles\Style

Code

public function getTitle() {
  return $this->pluginDefinition['title'];
}