Same name and namespace in other branches
  1. 5.0.x src/ViewsSlideshowTypeBase.php \Drupal\views_slideshow\ViewsSlideshowTypeBase::defaultConfiguration()
1 call to ViewsSlideshowTypeBase::defaultConfiguration()
ViewsSlideshowTypeBase::setConfiguration dans src/ViewsSlideshowTypeBase.php
1 method overrides ViewsSlideshowTypeBase::defaultConfiguration()
Cycle::defaultConfiguration dans modules/views_slideshow_cycle/src/Plugin/ViewsSlideshowType/Cycle.php

Fichier

src/ViewsSlideshowTypeBase.php, line 40

Classe

ViewsSlideshowTypeBase
Provides basic functionality for Views slideshow types.

Namespace

Drupal\views_slideshow

Code

public function defaultConfiguration() {
    return [];
}