protected property MigrateFieldMapping::$sourceMigration in Migrate 6.2
Same name and namespace in other branches
- 7.2 includes/field_mapping.inc \MigrateFieldMapping::sourceMigration
Class name of source migration for a field. If present, the value in the source field is considered to be a source ID in the mapping table of this migration, and the corresponding destination ID will be retrieved.
An array of source migrations, or string for a single migration.
Type: mixed
File
- includes/
field_mapping.inc, line 63 - The MigrateFieldMapping class - tracking mappings between source and destination.
Class
- MigrateFieldMapping
- @file The MigrateFieldMapping class - tracking mappings between source and destination.
Code
protected $sourceMigration;