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

Accessor for the tab settings.

Overrides QuickContentRenderableInterface::getSettings

Fichier

src/QuickPreRenderedContent.php, line 65

Classe

QuickPreRenderedContent
This class implements the same interface that content plugins do but it is not a content plugin. It is a special class for pre-rendered content which is used when "custom" tabs are added to existing Quicktabs instances in a call…

Namespace

Drupal\quicktabs

Code

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