protected property DrupalEntityMigration::$defaultLanguage in Drupal-to-Drupal data migration 7.2
Default language to apply to the entity.
Type: string
File
- ./
entity.inc, line 50 - Base class for migrating nodes into Drupal custom entities.
Class
- DrupalEntityMigration
- Base class for all non-standard entity migrations - handles commonalities across all supported source Drupal versions.
Code
protected $defaultLanguage = LANGUAGE_NONE;