Same name and namespace in other branches
  1. 8.x-1.x src/QuickContent.php \Drupal\quicktabs\QuickContent::getSettings() 1 commentaire

Accessor for the tab settings.

Overrides QuickContentRenderable::getSettings

Fichier

./quicktabs.classes.inc, line 413

Classe

QuickContent
Abstract base class for content plugins.

Code

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