You are here

private property DumperPluginManager::$maxLengthFieldTypes in Geocoder 8.3

Same name and namespace in other branches
  1. 8.2 src/DumperPluginManager.php \Drupal\geocoder\DumperPluginManager::maxLengthFieldTypes

List of fields having a max length.

Type: string[]

File

src/DumperPluginManager.php, line 24

Class

DumperPluginManager
Provides a plugin manager for geocoder dumpers.

Namespace

Drupal\geocoder

Code

private $maxLengthFieldTypes = [
  'text',
  'string',
];