You are here

protected property KmlFileGeocodeFormatter::$formatterPlugin in Geocoder 8.3

Same name and namespace in other branches
  1. 8.2 modules/geocoder_geofield/src/Plugin/Field/FieldFormatter/KmlFileGeocodeFormatter.php \Drupal\geocoder_geofield\Plugin\Field\FieldFormatter\KmlFileGeocodeFormatter::formatterPlugin

Unique Geocoder Plugin used by this formatter.

Type: string

Overrides GeoPhpGeocodeFormatter::$formatterPlugin

File

modules/geocoder_geofield/src/Plugin/Field/FieldFormatter/KmlFileGeocodeFormatter.php, line 25

Class

KmlFileGeocodeFormatter
Plugin implementation of the "Geocode KML" formatter for File fields.

Namespace

Drupal\geocoder_geofield\Plugin\Field\FieldFormatter

Code

protected $formatterPlugin = 'kmlfile';