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

Accessor for the tab settings.

Overrides QuickContentRenderableInterface::getSettings

File

src/QuickContent.php, line 53

Class

QuickContent
Abstract base class for content plugins.

Namespace

Drupal\quicktabs

Code

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