You are here

protected property DrupalNode6Migration::$fileDataFields in Drupal-to-Drupal data migration 7.2

Keep track of any file field data columns we'll need to unpack in prepareRow().

Type: array

File

d6/node.inc, line 27
Implementation of DrupalNodeMigration for Drupal 6 sources.

Class

DrupalNode6Migration
Handling specific to a Drupal 6 source for nodes.

Code

protected $fileDataFields = array();