You are here

protected property MigrateFieldMapping::$destinationField in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 includes/field_mapping.inc \MigrateFieldMapping::destinationField

Destination field name for the mapping. If empty, the mapping is just a stub for annotating the source field.

Type: string

File

includes/field_mapping.inc, line 16
The MigrateFieldMapping class - tracking mappings between source and destination.

Class

MigrateFieldMapping
@file The MigrateFieldMapping class - tracking mappings between source and destination.

Code

protected $destinationField;