Same name and namespace in other branches
  1. 8.x-3.x src/Entity/QuickTabsInstance.php \Drupal\quicktabs\Entity\QuickTabsInstance::getHideEmptyTabs()

Overrides QuickTabsInstanceInterface::getHideEmptyTabs

Fichier

src/Entity/QuickTabsInstance.php, line 125

Classe

QuickTabsInstance
Defines the QuickTabsInstance entity.

Namespace

Drupal\quicktabs\Entity

Code

public function getHideEmptyTabs() {
    return $this->hide_empty_tabs;
}