public function ViewsSlideshowWidgetTypeBase::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/
ViewsSlideshowWidgetTypeBase.php, line 72
Class
- ViewsSlideshowWidgetTypeBase
- Base class for a Views slideshow widget type.
Namespace
Drupal\views_slideshowCode
public function getConfiguration() {
return [
'id' => $this
->getPluginId(),
] + $this->configuration;
}