public function QuickTabsInstance::getLabel in Quick Tabs 8.3
Returns the label for the current instance.
Return value
string Label string.
Overrides QuickTabsInstanceInterface::getLabel
File
- src/
Entity/ QuickTabsInstance.php, line 104
Class
- QuickTabsInstance
- Defines the QuickTabsInstance entity.
Namespace
Drupal\quicktabs\EntityCode
public function getLabel() {
return $this->label;
}