You are here

public function TabInterface::label in Block Tabs 8

Returns the tab label.

Return value

string The tab label.

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

File

src/TabInterface.php, line 58

Class

TabInterface
Defines the interface for tab.

Namespace

Drupal\blocktabs

Code

public function label();