You are here

public function Base::optionsToObjects in Openlayers 7.3

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

Return value

ObjectInterface[] Return a list of objects.

Overrides ObjectInterface::optionsToObjects

9 calls to Base::optionsToObjects()
Base::initCollection in src/Types/Base.php
Initializes the Collection, Import objects from options, Import the current object.
Cluster::optionsToObjects in src/Plugin/Source/Cluster/Cluster.php
Return a flat array containing Openlayers Objects from the options array.
GeofieldWidget::optionsToObjects in modules/openlayers_geofield/src/Plugin/Component/GeofieldWidget/GeofieldWidget.php
Return a flat array containing Openlayers Objects from the options array.
Layer::optionsToObjects in src/Types/Layer.php
Return a flat array containing Openlayers Objects from the options array.
Random::optionsToObjects in modules/openlayers_library/src/Plugin/Source/Random/Random.php
Return a flat array containing Openlayers Objects from the options array.

... See full list

9 methods override Base::optionsToObjects()
Cluster::optionsToObjects in src/Plugin/Source/Cluster/Cluster.php
Return a flat array containing Openlayers Objects from the options array.
GeofieldWidget::optionsToObjects in modules/openlayers_geofield/src/Plugin/Component/GeofieldWidget/GeofieldWidget.php
Return a flat array containing Openlayers Objects from the options array.
Layer::optionsToObjects in src/Types/Layer.php
Return a flat array containing Openlayers Objects from the options array.
Map::optionsToObjects in src/Types/Map.php
Return a flat array containing Openlayers Objects from the options array.
Random::optionsToObjects in modules/openlayers_library/src/Plugin/Source/Random/Random.php
Return a flat array containing Openlayers Objects from the options array.

... See full list

File

src/Types/Base.php, line 189
Class Object.

Class

Base
Class Base.

Namespace

Drupal\openlayers\Types

Code

public function optionsToObjects() {
  return array();
}