You are here

interface DumperInterface in Geocoder 7.2

Hierarchy

Expanded class hierarchy of DumperInterface

All classes that implement DumperInterface

7 files declare their use of DumperInterface
Geocoder.php in src/Geocoder.php
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.

... See full list

File

src/Plugin/Geocoder/DumperInterface.php, line 13
Contains \Drupal\geocoder\Plugin\Geocoder\DumperInterface.

Namespace

Drupal\geocoder\Plugin\Geocoder
View source
interface DumperInterface extends GeocoderPluginInterface {

  /**
   * Dump the argument into a specific format.
   */
  public function dump(Address $address);

}

Members

Namesort descending Modifiers Type Description Overrides
DumperInterface::dump public function Dump the argument into a specific format. 1
GeocoderPluginInterface::cache_get public function Get a cache object based on the cache ID. 1
GeocoderPluginInterface::cache_set public function Stores data in the persistent cache. 1
GeocoderPluginInterface::getCacheCid public function Generates a cache ID based on the arguments. 1
GeocoderPluginInterface::getConfiguration public function Get the object's configuration. 1
GeocoderPluginInterface::init public function Init method launched after object initialization. 1
GeocoderPluginInterface::setConfiguration public function Set the object's configuration. 1