Same name and namespace in other branches
  1. 5.0.x src/ViewsSlideshowWidgetBase.php \Drupal\views_slideshow\ViewsSlideshowWidgetBase::setConfiguration()
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;
}