You are here

public function ObjectInterface::getObjects in Openlayers 7.3

Return an array of OL objects indexed by their type.

Parameters

string $type:

Return value

array

1 method overrides ObjectInterface::getObjects()
Base::getObjects in src/Types/Base.php
Return an array of OL objects indexed by their type.

File

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

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function getObjects($type = NULL);