You are here

public function ObjectInterface::setOptions in Openlayers 7.3

Set the options array.

Parameters

array $options: The options array.

Return value

ObjectInterface The current object.

1 method overrides ObjectInterface::setOptions()
Base::setOptions in src/Types/Base.php
Set the options array.

File

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

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function setOptions(array $options = array());