You are here

public function TabInterface::getTitle in Block Tabs 8

Returns the title of the tab.

Return value

string Either the string of the tab.

1 method overrides TabInterface::getTitle()
TabBase::getTitle in src/TabBase.php
Returns the title of the tab.

File

src/TabInterface.php, line 92

Class

TabInterface
Defines the interface for tab.

Namespace

Drupal\blocktabs

Code

public function getTitle();