You are here

class Dumper in Geocoder 7.2

Hierarchy

Expanded class hierarchy of Dumper

6 files declare their use of Dumper
GeoJson.php in src/Plugin/Geocoder/Dumper/GeoJson.php
The GeoJson plugin.
Geometry.php in src/Plugin/Geocoder/Dumper/Geometry.php
The Geometry plugin.
Gpx.php in src/Plugin/Geocoder/Dumper/Gpx.php
The Gpx plugin.
Kml.php in src/Plugin/Geocoder/Dumper/Kml.php
The Kml plugin.
Wkb.php in src/Plugin/Geocoder/Dumper/Wkb.php
The Wkb plugin.

... See full list

File

src/Plugin/Geocoder/Dumper.php, line 14
Contains \Drupal\geocoder\Plugin\Geocoder\Dumper.

Namespace

Drupal\geocoder\Plugin\Geocoder
View source
class Dumper extends GeocoderPlugin implements DumperInterface {

  /**
   * @inheritdoc
   */
  public function dump(Address $address) {
  }

}

Members

Namesort descending Modifiers Type Description Overrides
Dumper::dump public function @inheritdoc Overrides DumperInterface::dump 6
GeocoderPlugin::cache_get public function Get a cache object based on the cache ID. Overrides GeocoderPluginInterface::cache_get
GeocoderPlugin::cache_set public function Stores data in the persistent cache. Overrides GeocoderPluginInterface::cache_set
GeocoderPlugin::getCacheCid public function Generates a cache ID based on the arguments. Overrides GeocoderPluginInterface::getCacheCid
GeocoderPlugin::getConfiguration public function Get the object's configuration. Overrides GeocoderPluginInterface::getConfiguration
GeocoderPlugin::init public function Init method launched after object initialization. Overrides GeocoderPluginInterface::init 18
GeocoderPlugin::setConfiguration public function Set the object's configuration. Overrides GeocoderPluginInterface::setConfiguration
GeocoderPlugin::__construct public function GeocoderPlugin constructor. 1