You are here

protected property GpxFileGeocodeFormatter::$formatterPlugin in Geocoder 8.3

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

Unique Geocoder Plugin used by this formatter.

Type: string

Overrides GeoPhpGeocodeFormatter::$formatterPlugin

File

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

Class

GpxFileGeocodeFormatter
Plugin implementation of the "Geocode GPX" formatter for File fields.

Namespace

Drupal\geocoder_geofield\Plugin\Field\FieldFormatter

Code

protected $formatterPlugin = 'gpxfile';