You are here

protected property GeocoderPluginManagerBase::$geocodeSourceFieldsTypes in Geocoder 8.2

Same name and namespace in other branches
  1. 8.3 src/GeocoderPluginManagerBase.php \Drupal\geocoder\GeocoderPluginManagerBase::geocodeSourceFieldsTypes

List of fields types available as source for Geocode operations.

Type: array

File

src/GeocoderPluginManagerBase.php, line 17

Class

GeocoderPluginManagerBase
Provides a base class for geocoder plugin managers.

Namespace

Drupal\geocoder

Code

protected $geocodeSourceFieldsTypes = [
  "string",
  "string_long",
  "text",
  "text_long",
  "text_with_summary",
  "file",
  "image",
];