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

File

src/ViewsSlideshowTypeBase.php, line 56

Class

ViewsSlideshowTypeBase
Provides basic functionality for Views slideshow types.

Namespace

Drupal\views_slideshow

Code

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