Same name and namespace in other branches
  1. 8.x-3.x src/TabTypeBase.php \Drupal\quicktabs\TabTypeBase::getName()

Gets the name of the plugin.

Fichier

src/TabTypeBase.php, line 18

Classe

TabTypeBase
Base implementation for plugins that add tabbed output.

Namespace

Drupal\quicktabs

Code

protected function getName() {
    return $this->pluginDefinition['name'];
}