You are here

public function ObjectInterface::getDependencies in Openlayers 7.3

Return all the dependencies objects of the parent object.

Return value

ObjectInterface[] The dependencies objects.

1 method overrides ObjectInterface::getDependencies()
Base::getDependencies in src/Types/Base.php
Return all the dependencies objects of the parent object.

File

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

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function getDependencies();