Same name in other branches
- 4.x src/Entity/QuickTabsInstance.php \Drupal\quicktabs\Entity\QuickTabsInstance::getLabel()
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;
}