Same name and namespace in other branches
  1. 5.0.x src/ViewsSlideshowWidgetBase.php \Drupal\views_slideshow\ViewsSlideshowWidgetBase::__construct()

File

src/ViewsSlideshowWidgetBase.php, line 18

Class

ViewsSlideshowWidgetBase
Provides basic functionality for Views slideshow widgets.

Namespace

Drupal\views_slideshow

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition) {
    parent::__construct($configuration, $plugin_id, $plugin_definition);
    $this->setConfiguration($configuration);
}