You are here

public function ObjectInterface::optionsToObjects in Openlayers 7.3

Return a flat array containing Openlayers Objects from the options array.

Return value

ObjectInterface[] Return a list of objects.

1 method overrides ObjectInterface::optionsToObjects()
Base::optionsToObjects in src/Types/Base.php
Return a flat array containing Openlayers Objects from the options array.

File

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

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function optionsToObjects();