You are here

public function ViewsSlideshowTypeBase::defaultConfiguration in Views Slideshow 8.4

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

1 call to ViewsSlideshowTypeBase::defaultConfiguration()
ViewsSlideshowTypeBase::setConfiguration in src/ViewsSlideshowTypeBase.php
Sets the configuration for this plugin instance.
1 method overrides ViewsSlideshowTypeBase::defaultConfiguration()
Cycle::defaultConfiguration in modules/views_slideshow_cycle/src/Plugin/ViewsSlideshowType/Cycle.php
Gets default configuration for this plugin.

File

src/ViewsSlideshowTypeBase.php, line 40

Class

ViewsSlideshowTypeBase
Provides basic functionality for Views slideshow types.

Namespace

Drupal\views_slideshow

Code

public function defaultConfiguration() {
  return [];
}