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

Overrides QuickTabsInstanceInterface::getDefaultTab

Fichier

src/Entity/QuickTabsInstance.php, line 135

Classe

QuickTabsInstance
Defines the QuickTabsInstance entity.

Namespace

Drupal\quicktabs\Entity

Code

public function getDefaultTab() {
    return $this->default_tab;
}