Same name in other branches
- 8.x-4.x src/ViewsSlideshowWidgetBase.php \Drupal\views_slideshow\ViewsSlideshowWidgetBase::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;
}