You are here

service plugin.manager.geocoder.preprocessor in Geocoder 8.3

Same name and namespace in other branches
  1. 8.2 modules/geocoder_field/geocoder_field.services.yml \plugin.manager.geocoder.preprocessor

Class

Drupal\geocoder_field\PreprocessorPluginManager
3 string references to plugin.manager.geocoder.preprocessor
FileGeocodeFormatter::create in modules/geocoder_field/src/Plugin/Field/FieldFormatter/FileGeocodeFormatter.php
Creates an instance of the plugin.
geocoder_field_entity_presave in modules/geocoder_field/geocoder_field.module
Implements hook_entity_presave().
GeoPhpGeocodeFormatter::create in modules/geocoder_geofield/src/Plugin/Field/FieldFormatter/GeoPhpGeocodeFormatter.php
Creates an instance of the plugin.

File

modules/geocoder_field/geocoder_field.services.yml
modules/geocoder_field/geocoder_field.services.yml

View source
  1. class: Drupal\geocoder_field\PreprocessorPluginManager
  2. parent: default_plugin_manager
  3. arguments:
  4. - '@country_manager'