You are here

public function MapStyle::getUuid in Openlayers 8.4

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

File

src/MapStyle.php, line 44

Class

MapStyle
Contains details of how a style is joined to a map.

Namespace

Drupal\openlayers

Code

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