public function ViewsSlideshowTypeBase::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/
ViewsSlideshowTypeBase.php, line 47
Class
- ViewsSlideshowTypeBase
- Provides basic functionality for Views slideshow types.
Namespace
Drupal\views_slideshowCode
public function getConfiguration() {
return [
'id' => $this
->getPluginId(),
] + $this->configuration;
}