Same name in other branches
- 8.x-3.x src/TabRendererBase.php \Drupal\quicktabs\TabRendererBase::getName()
Gets the name of the plugin.
File
-
src/
TabRendererBase.php, line 16
Class
- TabRendererBase
- Base implementation for plugins that render tabbed output.
Namespace
Drupal\quicktabsCode
public function getName() {
return $this->pluginDefinition['name'];
}