You are here

service plugin.manager.geocoder.dumper in Geocoder 8.2

Same name and namespace in other branches
  1. 8.3 geocoder.services.yml \plugin.manager.geocoder.dumper

Class

Drupal\geocoder\DumperPluginManager
7 string references to plugin.manager.geocoder.dumper
AddressGeocodeFormatter::create in modules/geocoder_address/src/Plugin/Field/FieldFormatter/AddressGeocodeFormatter.php
Creates an instance of the plugin.
DefaultField::create in modules/geocoder_field/src/Plugin/Geocoder/Field/DefaultField.php
Creates an instance of the plugin.
FileGeocodeFormatter::create in modules/geocoder_field/src/Plugin/Field/FieldFormatter/FileGeocodeFormatter.php
Creates an instance of the plugin.
GeocodeFormatterBase::create in modules/geocoder_field/src/Plugin/Field/GeocodeFormatterBase.php
Creates an instance of the plugin.
GeocoderApiEnpoints::create in src/Controller/GeocoderApiEnpoints.php
Instantiates a new instance of this class.

... See full list

File

./geocoder.services.yml
geocoder.services.yml

View source
  1. class: Drupal\geocoder\DumperPluginManager
  2. parent: default_plugin_manager
  3. arguments:
  4. - '@logger.factory'
  5. - '@messenger'