Same name and namespace in other branches
  1. 8.x-4.x src/ViewsSlideshowWidgetTypeBase.php \Drupal\views_slideshow\ViewsSlideshowWidgetTypeBase::setConfiguration()
1 call to ViewsSlideshowWidgetTypeBase::setConfiguration()
ViewsSlideshowWidgetTypeBase::__construct dans src/ViewsSlideshowWidgetTypeBase.php

Fichier

src/ViewsSlideshowWidgetTypeBase.php, line 81

Classe

ViewsSlideshowWidgetTypeBase
Base class for a Views slideshow widget type.

Namespace

Drupal\views_slideshow

Code

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