You are here

protected property MigrateFieldMapping::$arguments in Migrate 6.2

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

Argument overrides. If present this will be an array, keyed by a field API array key, with one or both of these entries: 'source_field' - Name of the source field in the incoming row containing the value to be assigned 'default_value' - A constant value to be assigned in the absence of source_field

Type: array

File

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

Class

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

Code

protected $arguments;