You are here

9 calls to DrupalMigration::moduleExists() in Drupal-to-Drupal data migration 7.2

DrupalNode5Migration::query in d5/node.inc
Query for basic node fields from Drupal 5.
DrupalNode6Migration::query in d6/node.inc
Query for basic node fields from Drupal 6.
DrupalNode7Migration::query in d7/node.inc
Query for basic node fields from Drupal 7.
DrupalNodeMigration::prepareRow in ./node.inc
Called after the query data is fetched - we'll use this to populate the source row with the CCK fields.
DrupalNodeMigration::__construct in ./node.inc
DrupalTermMigration::prepareRow in ./taxonomy.inc
Review a data row after fetch, returning FALSE to skip it.
DrupalTermMigration::__construct in ./taxonomy.inc
In addition to the arguments supported by DrupalMigration, we add the following required arguments:
DrupalUserMigration::prepareRow in ./user.inc
Review a data row after fetch, returning FALSE to skip it.
DrupalUserMigration::__construct in ./user.inc