Same name and namespace in other branches
- 8.x-3.x src/TabTypeBase.php \Drupal\quicktabs\TabTypeBase::getName()
Gets the name of the plugin.
Fichier
-
src/
TabTypeBase.php, line 18
Classe
- TabTypeBase
- Base implementation for plugins that add tabbed output.
Namespace
Drupal\quicktabsCode
protected function getName() {
return $this->pluginDefinition['name'];
}