You are here

public function QuickTabsInstance::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.

Overrides QuickTabsInstanceInterface::getOptions

File

src/Entity/QuickTabsInstance.php, line 118

Class

QuickTabsInstance
Defines the QuickTabsInstance entity.

Namespace

Drupal\quicktabs\Entity

Code

public function getOptions() {
  return $this->options;
}