You are here

public function MapInteraction::id in Openlayers 8.4

1 call to MapInteraction::id()
MapInteraction::getConfiguration in src/MapInteraction.php

File

src/MapInteraction.php, line 30

Class

MapInteraction
Contains details of how a interaction is joined to a map.

Namespace

Drupal\openlayers

Code

public function id() {
  return $this->id;
}