You are here

public function ViewsSlideshowWidgetBase::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 ViewsSlideshowWidgetBase::defaultConfiguration()
ViewsSlideshowWidgetBase::setConfiguration in src/ViewsSlideshowWidgetBase.php
Sets the configuration for this plugin instance.
2 methods override ViewsSlideshowWidgetBase::defaultConfiguration()
PagerBullets::defaultConfiguration in src/Plugin/ViewsSlideshowWidget/PagerBullets.php
Gets default configuration for this plugin.
PagerFields::defaultConfiguration in src/Plugin/ViewsSlideshowWidget/PagerFields.php
Gets default configuration for this plugin.

File

src/ViewsSlideshowWidgetBase.php, line 47

Class

ViewsSlideshowWidgetBase
Provides basic functionality for Views slideshow widgets.

Namespace

Drupal\views_slideshow

Code

public function defaultConfiguration() {
  return [];
}