Returns the tab title.

2 methods override QuickContentRenderableInterface::getTitle()
QuickContent::getTitle in src/QuickContent.php
Accessor for the tab title.
QuickPreRenderedContent::getTitle in src/QuickPreRenderedContent.php
Accessor for the tab title.

File

src/QuickContentRenderableInterface.php, line 20

Class

QuickContentRenderableInterface
Each QuickSet object has a "contents" property which is an array of objects that implement the QuickContentRenderableInterface.

Namespace

Drupal\quicktabs

Code

public function getTitle();