Same name and namespace in other branches
  1. 4.x src/Entity/QuickTabsInstance.php \Drupal\quicktabs\Entity\QuickTabsInstance::getConfigurationData()

Overrides QuickTabsInstanceInterface::getConfigurationData

File

src/Entity/QuickTabsInstance.php, line 142

Class

QuickTabsInstance
Defines the QuickTabsInstance entity.

Namespace

Drupal\quicktabs\Entity

Code

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