protected property MigrateFieldMapping::$separator in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/field_mapping.inc \MigrateFieldMapping::separator
Separator string. If present, the destination field will be set up as an array of values exploded from the corresponding source field.
Type: string
File
- includes/
field_mapping.inc, line 71 - The MigrateFieldMapping class - tracking mappings between source and destination.
Class
- MigrateFieldMapping
- @file The MigrateFieldMapping class - tracking mappings between source and destination.
Code
protected $separator;