You are here

public function QuickContent::getTitle in Quick Tabs 7.3

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;
}