protected property Migration::$allFieldMappings in Migrate 7.2
All field mappings, with those retrieved from the database overriding those defined in code.
Type: array
File
- includes/
migration.inc, line 152 - Defines the base class for import/rollback processes.
Class
- Migration
- The base class for all import objects. This is where most of the smarts of the migrate module resides. Migrations are created by deriving from this class, and in the constructor (after calling parent::__construct()) initializing at a minimum the name,…
Code
protected $allFieldMappings = array();