Same name and namespace in other branches
  1. 8.x-1.x src/QuickContent.php \Drupal\quicktabs\QuickContent::getTitle() 1 comment

Accessor for the tab title.

Overrides QuickContentRenderable::getTitle

File

./quicktabs.classes.inc, line 406

Class

QuickContent
Abstract base class for content plugins.

Code

public function getTitle() {
    return $this->title;
}