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

Overrides QuickTabsInstanceInterface::getOptions

Fichier

src/Entity/QuickTabsInstance.php, line 118

Classe

QuickTabsInstance
Defines the QuickTabsInstance entity.

Namespace

Drupal\quicktabs\Entity

Code

public function getOptions() : array {
    if (empty($this->options)) {
        return [];
    }
    return $this->options;
}