You are here

public function QuickTabsInstance::getConfigurationData in Quick Tabs 8.3

Returns the array of data that will be used to build the tabs.

Return value

array Data for tabs.

Overrides QuickTabsInstanceInterface::getConfigurationData

File

src/Entity/QuickTabsInstance.php, line 139

Class

QuickTabsInstance
Defines the QuickTabsInstance entity.

Namespace

Drupal\quicktabs\Entity

Code

public function getConfigurationData() {
  return $this->configuration_data;
}