class Dumper in Geocoder 7.2
Hierarchy
- class \Drupal\geocoder\Plugin\GeocoderPlugin extends \Drupal\Component\Plugin\PluginBase implements GeocoderPluginInterface
- class \Drupal\geocoder\Plugin\Geocoder\Dumper implements DumperInterface
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.
File
- src/
Plugin/ Geocoder/ Dumper.php, line 14 - Contains \Drupal\geocoder\Plugin\Geocoder\Dumper.
Namespace
Drupal\geocoder\Plugin\GeocoderView source
class Dumper extends GeocoderPlugin implements DumperInterface {
/**
* @inheritdoc
*/
public function dump(Address $address) {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Dumper:: |
public | function |
@inheritdoc Overrides DumperInterface:: |
6 |
GeocoderPlugin:: |
public | function |
Get a cache object based on the cache ID. Overrides GeocoderPluginInterface:: |
|
GeocoderPlugin:: |
public | function |
Stores data in the persistent cache. Overrides GeocoderPluginInterface:: |
|
GeocoderPlugin:: |
public | function |
Generates a cache ID based on the arguments. Overrides GeocoderPluginInterface:: |
|
GeocoderPlugin:: |
public | function |
Get the object's configuration. Overrides GeocoderPluginInterface:: |
|
GeocoderPlugin:: |
public | function |
Init method launched after object initialization. Overrides GeocoderPluginInterface:: |
18 |
GeocoderPlugin:: |
public | function |
Set the object's configuration. Overrides GeocoderPluginInterface:: |
|
GeocoderPlugin:: |
public | function | GeocoderPlugin constructor. | 1 |