You are here

protected property DrupalEntity6Migration::$fixFieldNames in Drupal-to-Drupal data migration 7.2

Translation from field names assigned when executing the query to our subfield notation.

key: DB-compatible name (e.g., field_buy_link_title). value: Subfield notation (e.g., field_buy_link:title).

Type: array

File

d6/entity.inc, line 19
Implementation of DrupalEntityMigration for Drupal 6 sources.

Class

DrupalEntity6Migration
Handling specific to a Drupal 6 node source for entities.

Code

protected $fixFieldNames = array();