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

Fichier

src/ViewsSlideshowWidgetTypeBase.php, line 72

Classe

ViewsSlideshowWidgetTypeBase
Base class for a Views slideshow widget type.

Namespace

Drupal\views_slideshow

Code

public function getConfiguration() {
    return [
        'id' => $this->getPluginId(),
    ] + $this->configuration;
}