You are here

public function ObjectInterface::getMachineName in Openlayers 7.3

Return the unique machine name of the object.

Return value

string The unique machine name of this object.

1 method overrides ObjectInterface::getMachineName()
Base::getMachineName in src/Types/Base.php
Return the unique machine name of the object.

File

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

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function getMachineName();