You are here

public function MapControl::getUuid in Openlayers 8.4

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

File

src/MapControl.php, line 44

Class

MapControl
Contains details of how a control is joined to a map.

Namespace

Drupal\openlayers

Code

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