You are here

protected property DrupalMigration::$sourceFields in Drupal-to-Drupal data migration 7.2

An array of available source fields, beyond those in the base query. Derived classes should populate this before calling the parent constructor.

Type: array

File

./migrate_d2d.migrate.inc, line 38
Base classes for all Drupal-to-Drupal migration classes.

Class

DrupalMigration
@file Base classes for all Drupal-to-Drupal migration classes.

Code

protected $sourceFields = array();