protected property MigrateFieldMapping::$sourceField in Migrate 6.2
Same name and namespace in other branches
- 7.2 includes/field_mapping.inc \MigrateFieldMapping::sourceField
Source field name for the mapping. If empty, the defaultValue will be applied.
Type: string
File
- includes/
field_mapping.inc, line 27 - The MigrateFieldMapping class - tracking mappings between source and destination.
Class
- MigrateFieldMapping
- @file The MigrateFieldMapping class - tracking mappings between source and destination.
Code
protected $sourceField;