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