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