Geofield.php in Geocoder 8.2
Same filename and directory in other branches
File
modules/geocoder_geofield/src/Plugin/Geocoder/Preprocessor/Geofield.phpView source
<?php
namespace Drupal\geocoder_geofield\Plugin\Geocoder\Preprocessor;
use Drupal\geocoder_field\PreprocessorBase;
/**
* Provides a geocoder preprocessor plugin for geofield fields.
*
* @GeocoderPreprocessor(
* id = "geofield",
* name = "Geofield",
* field_types = {
* "geofield"
* }
* )
*/
class Geofield extends PreprocessorBase {
}