Same name in other branches
- 8.x-3.x src/Entity/QuickTabsInstanceInterface.php \Drupal\quicktabs\Entity\QuickTabsInstanceInterface::getOptions()
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();