You are here

protected property MigrateFieldMapping::$defaultValue in Migrate 7.2

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

Default value for simple mappings, when there is no source mapping or the source field is empty. If both this and the sourceField are omitted, the mapping is just a stub for annotating the destination field.

Type: mixed

File

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

Class

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

Code

protected $defaultValue;