public function ViewsSlideshowWidgetBase::getConfiguration in Views Slideshow 8.4
Gets this plugin's configuration.
Return value
array An array of this plugin's configuration.
Overrides ConfigurableInterface::getConfiguration
File
- src/
ViewsSlideshowWidgetBase.php, line 54
Class
- ViewsSlideshowWidgetBase
- Provides basic functionality for Views slideshow widgets.
Namespace
Drupal\views_slideshowCode
public function getConfiguration() {
return [
'id' => $this
->getPluginId(),
] + $this->configuration;
}