You are here

public function TabBase::getTitle in Block Tabs 8

Returns the title of the tab.

Return value

string Either the string of the tab.

Overrides TabInterface::getTitle

1 call to TabBase::getTitle()
TabBase::getConfiguration in src/TabBase.php
Gets this plugin's configuration.

File

src/TabBase.php, line 136

Class

TabBase
Provides a base class for tabs.

Namespace

Drupal\blocktabs

Code

public function getTitle() {
  return $this->title;
}