You are here

public function QuickTabsInstanceInterface::getDefaultTab in Quick Tabs 8.3

Returns the number of the default tab for this instance.

Return value

string Default tab number.

1 method overrides QuickTabsInstanceInterface::getDefaultTab()
QuickTabsInstance::getDefaultTab in src/Entity/QuickTabsInstance.php
Returns the number of the default tab for this instance.

File

src/Entity/QuickTabsInstanceInterface.php, line 50

Class

QuickTabsInstanceInterface
Interface for QuickTabsInstance.

Namespace

Drupal\quicktabs\Entity

Code

public function getDefaultTab();