1 call to ViewsSlideshowWidgetBase::setConfiguration()
ViewsSlideshowWidgetBase::__construct dans src/ViewsSlideshowWidgetBase.php

Fichier

src/ViewsSlideshowWidgetBase.php, line 63

Classe

ViewsSlideshowWidgetBase
Provides basic functionality for Views slideshow widgets.

Namespace

Drupal\views_slideshow

Code

public function setConfiguration(array $configuration) {
    $this->configuration = $configuration + $this->defaultConfiguration();
    return $this;
}