interface DumperInterface in Geocoder 7.2
Hierarchy
- interface \Drupal\geocoder\Plugin\GeocoderPluginInterface extends \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\geocoder\Plugin\Geocoder\DumperInterface
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.
File
- src/
Plugin/ Geocoder/ DumperInterface.php, line 13 - Contains \Drupal\geocoder\Plugin\Geocoder\DumperInterface.
Namespace
Drupal\geocoder\Plugin\GeocoderView source
interface DumperInterface extends GeocoderPluginInterface {
/**
* Dump the argument into a specific format.
*/
public function dump(Address $address);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DumperInterface:: |
public | function | Dump the argument into a specific format. | 1 |
GeocoderPluginInterface:: |
public | function | Get a cache object based on the cache ID. | 1 |
GeocoderPluginInterface:: |
public | function | Stores data in the persistent cache. | 1 |
GeocoderPluginInterface:: |
public | function | Generates a cache ID based on the arguments. | 1 |
GeocoderPluginInterface:: |
public | function | Get the object's configuration. | 1 |
GeocoderPluginInterface:: |
public | function | Init method launched after object initialization. | 1 |
GeocoderPluginInterface:: |
public | function | Set the object's configuration. | 1 |