You are here

public function TabInterface::setTitle in Block Tabs 8

Sets the title for this tab.

Parameters

int $title: The title for this tab.

Return value

$this

1 method overrides TabInterface::setTitle()
TabBase::setTitle in src/TabBase.php
Sets the title for this tab.

File

src/TabInterface.php, line 102

Class

TabInterface
Defines the interface for tab.

Namespace

Drupal\blocktabs

Code

public function setTitle($title);