public function QuickTabsInstanceInterface::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.
1 method overrides QuickTabsInstanceInterface::getConfigurationData()
- QuickTabsInstance::getConfigurationData in src/
Entity/ QuickTabsInstance.php - Returns the array of data that will be used to build the tabs.
File
- src/
Entity/ QuickTabsInstanceInterface.php, line 58
Class
- QuickTabsInstanceInterface
- Interface for QuickTabsInstance.
Namespace
Drupal\quicktabs\EntityCode
public function getConfigurationData();