You are here

public function Field::dependencies in Openlayers 7.3

Defines dependencies.

TODO Define how this has to look like.

Return value

array The dependencies.

Overrides Base::dependencies

File

modules/openlayers_field/src/Plugin/Source/Field/Field.php, line 24
Source: Field.

Class

Field
Class Field.

Namespace

Drupal\openlayers_field\Plugin\Source\Field

Code

public function dependencies() {
  return array(
    'geocoder',
  );
}