You are here

service geolocation.core in Geolocation Field 8

Class

Drupal\geolocation\GeolocationCore
5 string references to geolocation.core
BoundaryFilter::create in src/Plugin/views/filter/BoundaryFilter.php
Creates an instance of the plugin.
GeolocationGooglegeocoderWidget::create in src/Plugin/Field/FieldWidget/GeolocationGooglegeocoderWidget.php
Creates an instance of the plugin.
ProximityArgument::create in src/Plugin/views/argument/ProximityArgument.php
Creates an instance of the plugin.
ProximityField::create in src/Plugin/views/field/ProximityField.php
Creates an instance of the plugin.
ProximityFilter::create in src/Plugin/views/filter/ProximityFilter.php
Creates an instance of the plugin.

File

./geolocation.services.yml
geolocation.services.yml

View source
  1. class: Drupal\geolocation\GeolocationCore
  2. arguments:
  3. - '@module_handler'
  4. - '@entity_type.manager'
  5. - '@config.factory'
  6. - '@plugin.manager.geolocation.geocoder'