You are here

protected property DrupalEntityMigration::$entityType in Drupal-to-Drupal data migration 7.2

The destination entity type.

Type: string

File

./entity.inc, line 36
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 $entityType;