public function MouseWheelZoom::defaultConfiguration in Openlayers 8.4
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides OpenlayersPluginBase::defaultConfiguration
File
- src/
Plugin/ OpenlayersInteraction/ MouseWheelZoom.php, line 38
Class
- MouseWheelZoom
- Defines the Mouse Wheel Zoom interaction for an Openlayers map.
Namespace
Drupal\openlayers\Plugin\OpenlayersInteractionCode
public function defaultConfiguration() {
return [];
}