Same name in this branch
- 8.x-1.x src/QuickSet.php \Drupal\quicktabs\QuickSet::getTitle()
Same name in other branches
- 7.x-3.x quicktabs.classes.inc \QuickSet::getTitle()
File
-
src/
Entity/ QuickSet.php, line 69
Class
- QuickSet
- Defines the QuickSet entity.
Namespace
Drupal\quicktabs\EntityCode
public function getTitle() {
return $this->title;
}