You are here

service geofield_map.marker_icon in Geofield Map 8.2

Class

Drupal\geofield_map\Services\MarkerIconService
6 string references to geofield_map.marker_icon
EntityTypeThemerUrl::create in src/Plugin/GeofieldMapThemer/EntityTypeThemerUrl.php
Creates an instance of the plugin.
GeofieldGoogleMapFormatter::create in src/Plugin/Field/FieldFormatter/GeofieldGoogleMapFormatter.php
Creates an instance of the plugin.
GeofieldMapLegend::create in src/Plugin/Block/GeofieldMapLegend.php
Creates an instance of the plugin.
ListFieldThemerUrl::create in src/Plugin/GeofieldMapThemer/ListFieldThemerUrl.php
Creates an instance of the plugin.
MapThemerBase::create in src/MapThemerBase.php
Creates an instance of the plugin.

... See full list

File

./geofield_map.services.yml
geofield_map.services.yml

View source
  1. class: Drupal\geofield_map\Services\MarkerIconService
  2. arguments:
  3. - '@config.factory'
  4. - '@string_translation'
  5. - '@file_system'
  6. - '@entity_type.manager'
  7. - '@module_handler'
  8. - '@link_generator'
  9. - '@plugin.manager.element_info'