Same name and namespace in other branches
  1. 8.x-3.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\quicktabs

Code

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