Same name in other branches
- 5.0.x src/ViewsSlideshowWidgetBase.php \Drupal\views_slideshow\ViewsSlideshowWidgetBase::__construct()
Fichier
-
src/
ViewsSlideshowWidgetBase.php, line 18
Classe
- ViewsSlideshowWidgetBase
- Provides basic functionality for Views slideshow widgets.
Namespace
Drupal\views_slideshowCode
public function __construct(array $configuration, $plugin_id, $plugin_definition) {
parent::__construct($configuration, $plugin_id, $plugin_definition);
$this->setConfiguration($configuration);
}