You are here

protected function TabTypeBase::getName in Quick Tabs 8.3

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'];
}