You are here

protected property DrupalNodeMigration::$defaultLanguage in Drupal-to-Drupal data migration 7.2

Default language to apply to the node and it's body field.

Type: string

File

./node.inc, line 37
Base class for migrating nodes into Drupal.

Class

DrupalNodeMigration
Base class for all node migrations - handles commonalities across all supported source Drupal versions.

Code

protected $defaultLanguage = LANGUAGE_NONE;