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\quicktabsCode
protected function getName() {
return $this->pluginDefinition['name'];
}