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

Gets the name of the plugin.

File

src/TabTypeBase.php, line 18

Class

TabTypeBase
Base implementation for plugins that add tabbed output.

Namespace

Drupal\quicktabs

Code

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