Same name and namespace in other branches
  1. 4.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\Entity

Code

public function getOptions() : array;