Same name in other branches
- 8.x-3.x src/Entity/QuickTabsInstanceInterface.php \Drupal\quicktabs\Entity\QuickTabsInstanceInterface::getConfigurationData()
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 dans src/
Entity/ QuickTabsInstance.php - Returns the array of data that will be used to build the tabs.
Fichier
-
src/
Entity/ QuickTabsInstanceInterface.php, line 58
Classe
- QuickTabsInstanceInterface
- Interface for QuickTabsInstance.
Namespace
Drupal\quicktabs\EntityCode
public function getConfigurationData();