You are here

public function MapControl::id in Openlayers 8.4

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

File

src/MapControl.php, line 30

Class

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

Namespace

Drupal\openlayers

Code

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