You are here

service ip_geoloc.views_plugin_style in IP Geolocation Views & Maps 8

Class

Drupal\ip_geoloc\Services\IpGeoLocViewsPluginStyle
3 string references to ip_geoloc.views_plugin_style
IpGeoLocPluginStyleLeaflet::create in src/Plugin/views/style/IpGeoLocPluginStyleLeaflet.php
Creates an instance of the plugin.
IpGeoLocPluginStyleMap::create in src/Plugin/views/style/IpGeoLocPluginStyleMap.php
Creates an instance of the plugin.
IpGeoLocPluginStyleOpenLayers::create in src/Plugin/views/style/IpGeoLocPluginStyleOpenLayers.php
Creates an instance of the plugin.

File

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

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