Same name and namespace in other branches
  1. 4.x src/TabRendererBase.php \Drupal\quicktabs\TabRendererBase::getName() 1 comment

Gets the name of the plugin.

File

src/TabRendererBase.php, line 16

Class

TabRendererBase
Base implementation for plugins that render tabbed output.

Namespace

Drupal\quicktabs

Code

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