You are here

Geofield.php in Geocoder 8.3

File

modules/geocoder_geofield/src/Plugin/Geocoder/Preprocessor/Geofield.php
View 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 {

}

Classes

Namesort descending Description
Geofield Provides a geocoder preprocessor plugin for geofield fields.