You are here

service openlayers.service in Openlayers 8.4

Class

Drupal\openlayers\OpenlayersService
2 string references to openlayers.service
OpenlayersMap::create in src/Plugin/views/style/OpenlayersMap.php
Creates an instance of the plugin.
OpenlayersWidgetBase::create in src/Plugin/Field/FieldWidget/OpenlayersWidgetBase.php
Creates an instance of the plugin.

File

./openlayers.services.yml
openlayers.services.yml

View source
  1. class: Drupal\openlayers\OpenlayersService
  2. arguments:
  3. - '@current_user'
  4. - '@openlayers.geophp'
  5. - '@module_handler'
  6. - '@link_generator'