You are here

public function ObjectInterface::getId in Openlayers 7.3

Return the object unique ID.

Return value

string The object ID.

2 methods override ObjectInterface::getId()
Base::getId in src/Types/Base.php
Return the object unique ID.
MapInterface::getId in src/Types/MapInterface.php
Returns the id of this map.

File

src/Types/ObjectInterface.php, line 362
Interface ObjectInterface.

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function getId();