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\EntityCode
public function getConfigurationData() {
return $this->configuration_data;
}