You are here

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

Return the name of the Styles Group form plugin.

Return value

string The name of styles group.

1 method overrides StylePluginInterface::getTitle()
StylePluginBase::getTitle in src/Style/StylePluginBase.php
Return the name of the Styles Group form plugin.

File

src/Style/StylePluginInterface.php, line 19

Class

StylePluginInterface
Provides an interface defining a Styles Group.

Namespace

Drupal\bootstrap_styles\Style

Code

public function getTitle();