You are here

public function ObjectInterface::clearOption in Openlayers 7.3

Remove an option.

Parameters

string|array $parents: The option to remove. This can be a string or an array of parents keys if the option is in a multilevel array.

1 method overrides ObjectInterface::clearOption()
Base::clearOption in src/Types/Base.php
Remove an option.

File

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

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function clearOption($parents);