Same name in other branches
- 7.x-3.x quicktabs.classes.inc \QuickContent::getTitle()
Accessor for the tab title.
Overrides QuickContentRenderableInterface::getTitle
Fichier
-
src/
QuickContent.php, line 46
Classe
- QuickContent
- Abstract base class for content plugins.
Namespace
Drupal\quicktabsCode
public function getTitle() {
return $this->title;
}