You are here

public function ObjectInterface::getParents in Openlayers 7.3

Returns an array with the maps this object is attached on.

Return value

array An array of map objects this object is attached on. Keyed by the map machine name.

1 method overrides ObjectInterface::getParents()
Base::getParents in src/Types/Base.php
Returns an array with the maps this object is attached on.

File

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

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function getParents();