You are here

service plugin.manager.geofield_map.themer in Geofield Map 8.2

Class

Drupal\geofield_map\MapThemerPluginManager
2 string references to plugin.manager.geofield_map.themer
GeofieldGoogleMapViewStyle::create in src/Plugin/views/style/GeofieldGoogleMapViewStyle.php
Creates an instance of the plugin.
GeofieldMapLegend::create in src/Plugin/Block/GeofieldMapLegend.php
Creates an instance of the plugin.

File

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

View source
  1. class: Drupal\geofield_map\MapThemerPluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@config.factory'
  7. - '@string_translation'
  8. - '@entity_type.manager'