Same name and namespace in other branches
  1. 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 dans src/Entity/QuickTabsInstance.php
Returns the array of options that current instance will use to build a tab.

Fichier

src/Entity/QuickTabsInstanceInterface.php, line 34

Classe

QuickTabsInstanceInterface
Interface for QuickTabsInstance.

Namespace

Drupal\quicktabs\Entity

Code

public function getOptions();