Same name and namespace in other branches
  1. 4.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 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\Entity

Code

public function getConfigurationData();