Same name in other branches
- 4.x src/Entity/QuickTabsInstance.php \Drupal\quicktabs\Entity\QuickTabsInstance::getDefaultTab()
Overrides QuickTabsInstanceInterface::getDefaultTab
File
-
src/
Entity/ QuickTabsInstance.php, line 135
Class
- QuickTabsInstance
- Defines the QuickTabsInstance entity.
Namespace
Drupal\quicktabs\EntityCode
public function getDefaultTab() {
return $this->default_tab;
}