protected property DrupalMigration::$formatMappings in Drupal-to-Drupal data migration 7.2
Map format mappings from the source system to the destination. Automated generation of these mappings is version-dependent (through Drupal 6 they were identified by numeric IDs, Drupal 7 introduced machine names).
Type: array
File
- ./
migrate_d2d.migrate.inc, line 63 - Base classes for all Drupal-to-Drupal migration classes.
Class
- DrupalMigration
- @file Base classes for all Drupal-to-Drupal migration classes.
Code
protected $formatMappings = array();