Same name in other branches
- 8.x-3.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\EntityCode
public function getDefaultTab();