You are here

public function TabRendererBase::getName in Quick Tabs 8.3

Gets the name of the plugin.

File

src/TabRendererBase.php, line 16

Class

TabRendererBase
Base implementation for plugins that render tabbed output.

Namespace

Drupal\quicktabs

Code

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