You are here

public property MigrateDrupal5SourceSQL::$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

d5/node.inc, line 130
Implementation of DrupalNodeMigration for Drupal 5 sources.

Class

MigrateDrupal5SourceSQL
We override the default SQL source class just so we can clean up subfield names for the UI.

Code

public $fixFieldNames = array();