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

Fichier

src/ViewsSlideshowTypeBase.php, line 47

Classe

ViewsSlideshowTypeBase
Provides basic functionality for Views slideshow types.

Namespace

Drupal\views_slideshow

Code

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