Same name and namespace in other branches
  1. 7.x-3.x quicktabs.classes.inc \QuickContent::getSettings() 1 commentaire

Accessor for the tab settings.

Overrides QuickContentRenderableInterface::getSettings

Fichier

src/QuickContent.php, line 53

Classe

QuickContent
Abstract base class for content plugins.

Namespace

Drupal\quicktabs

Code

public function getSettings() {
    return $this->settings;
}