public function QuickTabsInstanceInterface::getOptions in Quick Tabs 8.3
Returns the array of options that current instance will use to build a tab.
Return value
array Instance options array.
1 method overrides QuickTabsInstanceInterface::getOptions()
- QuickTabsInstance::getOptions in src/
Entity/ QuickTabsInstance.php - Returns the array of options that current instance will use to build a tab.
File
- src/
Entity/ QuickTabsInstanceInterface.php, line 34
Class
- QuickTabsInstanceInterface
- Interface for QuickTabsInstance.
Namespace
Drupal\quicktabs\EntityCode
public function getOptions();