You are here

protected property GeocodeFormatter::$incompatiblePlugins in Geocoder 8.2

Same name and namespace in other branches
  1. 8.3 modules/geocoder_field/src/Plugin/Field/FieldFormatter/GeocodeFormatter.php \Drupal\geocoder_field\Plugin\Field\FieldFormatter\GeocodeFormatter::incompatiblePlugins

Geocoder Plugins not compatible with this Formatter Filed Types..

Type: array

File

modules/geocoder_field/src/Plugin/Field/FieldFormatter/GeocodeFormatter.php, line 29

Class

GeocodeFormatter
Plugin implementation of the Geocode formatter.

Namespace

Drupal\geocoder_field\Plugin\Field\FieldFormatter

Code

protected $incompatiblePlugins = [
  'file',
  'gpxfile',
  'kmlfile',
  'geojsonfile',
];