You are here

public function QuickTabsInstance::getDefaultTab in Quick Tabs 8.3

Returns the number of the default tab for this instance.

Return value

string Default tab number.

Overrides QuickTabsInstanceInterface::getDefaultTab

File

src/Entity/QuickTabsInstance.php, line 132

Class

QuickTabsInstance
Defines the QuickTabsInstance entity.

Namespace

Drupal\quicktabs\Entity

Code

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