Geopunt.php in Geocoder 8.3
Namespace
Drupal\geocoder\Plugin\Geocoder\ProviderFile
src/Plugin/Geocoder/Provider/Geopunt.phpView source
<?php
namespace Drupal\geocoder\Plugin\Geocoder\Provider;
use Drupal\geocoder\ProviderUsingHandlerWithAdapterBase;
/**
* Provides a Geopunt geocoder provider plugin.
*
* @GeocoderProvider(
* id = "geopunt",
* name = "Geopunt",
* handler = "\Geocoder\Provider\Geopunt\Geopunt"
* )
*/
class Geopunt extends ProviderUsingHandlerWithAdapterBase {
}