protected property DrupalVersion::$sourceFieldInfo in Drupal-to-Drupal data migration 7.2
An array of information on CCK/core fields.
key - field -name value - array of information: label: User-visible description of the field type: type of the field columns: array of database columns for the field
Type: array
File
- ./
migrate_d2d.migrate.inc, line 262 - Base classes for all Drupal-to-Drupal migration classes.
Class
- DrupalVersion
- There should be an implementation of this abstract class, named DrupalVersion{version #}, for each Drupal version supported as a source. It will implement any functions needed by multiple version-specific classes (e.g., nodes as well as users).
Code
protected $sourceFieldInfo = array();