Returns the label for the current instance.

Return value

string Label string.

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