Same name in this branch
  1. 8.x-1.x src/QuickSet.php \Drupal\quicktabs\QuickSet::getTitle()
Same name and namespace in other branches
  1. 7.x-3.x quicktabs.classes.inc \QuickSet::getTitle()

Fichier

src/Entity/QuickSet.php, line 69

Classe

QuickSet
Defines the QuickSet entity.

Namespace

Drupal\quicktabs\Entity

Code

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