You are here

public function MapStyle::id in Openlayers 8.4

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

File

src/MapStyle.php, line 30

Class

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

Namespace

Drupal\openlayers

Code

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