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

Returns the number of the default tab for this instance.

Return value

string Default tab number.

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

Fichier

src/Entity/QuickTabsInstanceInterface.php, line 50

Classe

QuickTabsInstanceInterface
Interface for QuickTabsInstance.

Namespace

Drupal\quicktabs\Entity

Code

public function getDefaultTab();