You are here

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

The source node type.

Type: string

Overrides DrupalMigration::$sourceType

File

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