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