protected property MigrateFieldMapping::$dedupe in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/field_mapping.inc \MigrateFieldMapping::dedupe
An associative array with keys:
- table: The table for querying for a duplicate.
- column: The column for querying for a duplicate.
@todo: Let fields declare this data and a replacement pattern. Then developers won't have to specify this.
Type: string
File
- includes/
field_mapping.inc, line 112 - The MigrateFieldMapping class - tracking mappings between source and destination.
Class
- MigrateFieldMapping
- @file The MigrateFieldMapping class - tracking mappings between source and destination.
Code
protected $dedupe;