You are here

public function GeocoderPlugin::getConfiguration in Geocoder 7.2

Get the object's configuration.

Overrides GeocoderPluginInterface::getConfiguration

10 calls to GeocoderPlugin::getConfiguration()
ArcGISOnline::init in src/Plugin/Geocoder/Provider/ArcGISOnline.php
@inheritdoc
BingMaps::init in src/Plugin/Geocoder/Provider/BingMaps.php
@inheritdoc
GeocoderPlugin::getCacheCid in src/Plugin/GeocoderPlugin.php
Generates a cache ID based on the arguments.
Geonames::init in src/Plugin/Geocoder/Provider/Geonames.php
@inheritdoc
IpInfoDb::init in src/Plugin/Geocoder/Provider/IpInfoDb.php
@inheritdoc

... See full list

File

src/Plugin/GeocoderPlugin.php, line 48
Contains \Drupal\geocoder\Plugin\GeocoderPlugin.

Class

GeocoderPlugin

Namespace

Drupal\geocoder\Plugin

Code

public function getConfiguration() {
  return $this->configuration;
}