Kml.php in Geocoder 8.2
Same filename and directory in other branches
Namespace
Drupal\geocoder\Plugin\Geocoder\DumperFile
src/Plugin/Geocoder/Dumper/Kml.phpView source
<?php
namespace Drupal\geocoder\Plugin\Geocoder\Dumper;
use Drupal\geocoder\DumperBase;
/**
* Provides a KML geocoder dumper plugin.
*
* @GeocoderDumper(
* id = "kml",
* name = "KML",
* handler = "\Geocoder\Dumper\Kml"
* )
*/
class Kml extends DumperBase {
}