You are here

public function MapInteraction::getUuid in Openlayers 8.4

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

File

src/MapInteraction.php, line 44

Class

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

Namespace

Drupal\openlayers

Code

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