You are here

public function ObjectInterface::setId in Openlayers 7.3

Set the object ID.

Parameters

string $id: The object ID.

Return value

ObjectInterface The parent object.

1 method overrides ObjectInterface::setId()
Base::setId in src/Types/Base.php
Set the object ID.

File

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

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function setId($id);