private property DumperPluginManager::$maxLengthFieldTypes in Geocoder 8.3
Same name and namespace in other branches
- 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\geocoderCode
private $maxLengthFieldTypes = [
'text',
'string',
];