You are here

protected property GeoJsonFileGeocodeFormatter::$formatterPlugin in Geocoder 8.3

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

Unique Geocoder Plugin used by this formatter.

Type: string

Overrides GeoPhpGeocodeFormatter::$formatterPlugin

File

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

Class

GeoJsonFileGeocodeFormatter
Plugin implementation of the "Geocode GeoJson" formatter for File fields.

Namespace

Drupal\geocoder_geofield\Plugin\Field\FieldFormatter

Code

protected $formatterPlugin = 'geojsonfile';