You are here

Files in Drupal-to-Drupal data migration 7.2

Primary tabs

File namesort descending Location Namespace Description
block_custom.inc block_custom.inc Base class for migrating custom blocks into Drupal.
block_custom.inc d5/block_custom.inc Implementation of DrupalCustomBlockMigration for Drupal 5 sources.
block_custom.inc d6/block_custom.inc Implementation of DrupalCustomBlockMigration for Drupal 6 sources.
comment.inc comment.inc Base class for migrating comments into Drupal.
comment.inc d5/comment.inc Implementation of DrupalCommentMigration for Drupal 5 sources.
comment.inc d6/comment.inc Implementation of DrupalCommentMigration for Drupal 6 sources.
comment.inc d7/comment.inc Implementation of DrupalCommentMigration for Drupal 7 sources.
d5.inc d5/d5.inc Implementation of DrupalVersion for Drupal 5 sources.
d6.inc d6/d6.inc Implementation of DrupalVersion for Drupal 6 sources.
d7.inc d7/d7.inc Implementation of DrupalVersion for Drupal 7 sources.
entity.inc entity.inc Base class for migrating nodes into Drupal custom entities.
entity.inc d6/entity.inc Implementation of DrupalEntityMigration for Drupal 6 sources.
file.inc file.inc Base class for migrating files into Drupal.
file.inc d5/file.inc Implementation of DrupalFileMigration for Drupal 5 sources.
file.inc d6/file.inc Implementation of DrupalFileMigration for Drupal 6 sources.
file.inc d7/file.inc Implementation of DrupalFileMigration for Drupal 7 sources.
menu.inc menu.inc Base class for migrating menus into Drupal.
menu.inc d6/menu.inc Implementation of DrupalMenuMigration for Drupal 6 sources.
menu_links.inc menu_links.inc Base class for migrating menu links into Drupal.
menu_links.inc d6/menu_links.inc Implementation of DrupalMenuLinksMigration for Drupal 6 sources.
migrate_d2d.info migrate_d2d.info name = "Drupal-to-Drupal migration" description = "Migration from one Drupal site to another" package = "Migration" core = 7.x dependencies[] = migrate (>=7.x-2.7) files[] = migrate_d2d.migrate.inc ; Base…
migrate_d2d.install migrate_d2d.install Update functions for migrate_d2d.
migrate_d2d.migrate.inc migrate_d2d.migrate.inc Base classes for all Drupal-to-Drupal migration classes.
migrate_d2d.module migrate_d2d.module
migrate_d2d_example.info migrate_d2d_example/migrate_d2d_example.info name = "Sample D6 to D7 migration" description = "Migrate content from D6 site to D7" package = "Development" core = 7.x hidden = TRUE dependencies[] = migrate dependencies[] = migrate_d2d files[] =…
migrate_d2d_example.migrate.inc migrate_d2d_example/migrate_d2d_example.migrate.inc migrate_d2d_example.migrate.inc
migrate_d2d_example.module migrate_d2d_example/migrate_d2d_example.module migrate_d2d_example.module
migrate_d2d_ui.info migrate_d2d_ui/migrate_d2d_ui.info ; $Id$ name = "Drupal-to-Drupal migration UI" description = "Support for migrating external Drupal sites into the current site" package = "Migration" core = 7.x dependencies[] = migrate_d2d dependencies[] =…
migrate_d2d_ui.migrate.inc migrate_d2d_ui/migrate_d2d_ui.migrate.inc Wizard implementation for Drupal-to-Drupal migrations.
migrate_d2d_ui.module migrate_d2d_ui/migrate_d2d_ui.module
node.inc node.inc Base class for migrating nodes into Drupal.
node.inc d5/node.inc Implementation of DrupalNodeMigration for Drupal 5 sources.
node.inc d6/node.inc Implementation of DrupalNodeMigration for Drupal 6 sources.
node.inc migrate_d2d_example/node.inc
node.inc d7/node.inc Implementation of DrupalNodeMigration for Drupal 7 sources.
README.txt README.txt Drupal-to-Drupal migration ========================== This is a framework based on the Migrate API to ease building migrations from one Drupal site to another. It is only supported at this time on Drupal 7 (i.e., Drupal 7 is the only destination).…
role.inc role.inc Base class for migrating roles into Drupal.
role.inc d5/role.inc Implementation of DrupalRoleMigration for Drupal 5 sources.
role.inc d6/role.inc Implementation of DrupalRoleMigration for Drupal 6 sources.
role.inc d7/role.inc Implementation of DrupalRoleMigration for Drupal 7 sources.
taxonomy.inc taxonomy.inc Base class for migrating taxonomy terms into Drupal.
taxonomy.inc d5/taxonomy.inc Implementation of DrupalTermMigration for Drupal 5 sources.
taxonomy.inc d6/taxonomy.inc Implementation of DrupalTermMigration for Drupal 6 sources.
taxonomy.inc d7/taxonomy.inc Implementation of DrupalTermMigration for Drupal 7 sources.
user.inc user.inc Base class for migrating users into Drupal.
user.inc d5/user.inc Implementation of DrupalUserMigration for Drupal 5 sources.
user.inc d6/user.inc Implementation of DrupalUserMigration for Drupal 6 sources.
user.inc d7/user.inc Implementation of DrupalUserMigration for Drupal 7 sources.
variable.inc variable.inc Base class for migrating variables into Drupal.

Other projects