You are here

service ip_geoloc.api in IP Geolocation Views & Maps 8

Class

Drupal\ip_geoloc\Services\IpGeoLocAPI
9 string references to ip_geoloc.api
CurrentVisitorMapBlock::build in src/Plugin/Block/CurrentVisitorMapBlock.php
Builds and returns the renderable array for this block plugin.
CurrentVisitorMapBlock::create in src/Plugin/Block/CurrentVisitorMapBlock.php
Creates an instance of the plugin.
GeoCodeAddressForm::create in src/Form/GeoCodeAddressForm.php
Instantiates a new instance of this class.
IpGeoLocPluginStyleLeaflet::create in src/Plugin/views/style/IpGeoLocPluginStyleLeaflet.php
Creates an instance of the plugin.
IpGeoLocPluginStyleMap::create in src/Plugin/views/argument/IpGeoLocPluginArgDefaultIPGeoLoc.php
Creates an instance of the plugin.

... See full list

File

./ip_geoloc.services.yml
ip_geoloc.services.yml

View source
  1. class: Drupal\ip_geoloc\Services\IpGeoLocAPI
  2. arguments:
  3. - '@logger.factory'
  4. - '@ip_geoloc.session'
  5. - '@string_translation'
  6. - '@messenger'
  7. - '@config.factory'