You are here

public function ObjectInterface::removeObject in Openlayers 7.3

Remove an object from the collection.

Parameters

string $object_machine_name: The machine name of the object to remove.

Return value

ObjectInterface The parent object.

1 method overrides ObjectInterface::removeObject()
Base::removeObject in src/Types/Base.php
Remove an object from the collection.

File

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

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function removeObject($object_machine_name);