You are here

protected property DrupalMigration::$version in Drupal-to-Drupal data migration 7.2

While much of the version-specific work can be done in the leaf classes, to share data and behavior among all classes for a given Drupal version we use this helper object.

Type: DrupalVersion

File

./migrate_d2d.migrate.inc, line 54
Base classes for all Drupal-to-Drupal migration classes.

Class

DrupalMigration
@file Base classes for all Drupal-to-Drupal migration classes.

Code

protected $version;