Same name and namespace in other branches
  1. 4.x src/Entity/QuickTabsInstance.php \Drupal\quicktabs\Entity\QuickTabsInstance::getLabel()

Overrides QuickTabsInstanceInterface::getLabel

Fichier

src/Entity/QuickTabsInstance.php, line 104

Classe

QuickTabsInstance
Defines the QuickTabsInstance entity.

Namespace

Drupal\quicktabs\Entity

Code

public function getLabel() {
    return $this->label;
}