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

Fichier

src/ViewsSlideshowTypeBase.php, line 18

Classe

ViewsSlideshowTypeBase
Provides basic functionality for Views slideshow types.

Namespace

Drupal\views_slideshow

Code

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