You are here

public function DragRotate::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/DragRotate.php, line 39

Class

DragRotate
Defines the Drag Rotate interaction for an Openlayers map.

Namespace

Drupal\openlayers\Plugin\OpenlayersInteraction

Code

public function defaultConfiguration() {
  return [];
}