Same name in other branches
- 8.x-4.x src/ViewsSlideshowWidgetBase.php \Drupal\views_slideshow\ViewsSlideshowWidgetBase::setConfiguration()
1 call to ViewsSlideshowWidgetBase::setConfiguration()
File
-
src/
ViewsSlideshowWidgetBase.php, line 63
Class
- ViewsSlideshowWidgetBase
- Provides basic functionality for Views slideshow widgets.
Namespace
Drupal\views_slideshowCode
public function setConfiguration(array $configuration) {
$this->configuration = $configuration + $this->defaultConfiguration();
return $this;
}