Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download migrate_d2d-7.x-2.1-beta1.tar.gztar.gz 46.35 KB
MD5: fa9eec0fbce83b4bc23e68ec9d3865ae
SHA-1: 3f76b5a6156db8803851f6df62be60483ae55797
SHA-256: 59b332f08bc62fdbb07ebc1777d6d32356f9e14acc29a8dae885697de002960e
Download migrate_d2d-7.x-2.1-beta1.zipzip 70.01 KB
MD5: 313bcd1e81907054ddd37b1930caed17
SHA-1: 333004db0a8db0c87c46b42b86f620fe48e9eb1c
SHA-256: 5f9d9adf174002bb6c516cc24b868ba0e68c34060fe6ea3acb97057ce163d015

Release notes

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). Besides addressing contemporary needs
to migrate to Drupal 7, it is intended to help serve as a proof-of-concept for
incorporating the migration approach into core as an upgrade path
(http://drupal.org/node/1052692).

migrate_d2d

The core framework provided here is used by providing your own module, which
will register instances of the migrate_d2d classes (or derivations of them).
See migrate_d2d_example for one approach, where instances are registered when
the Drupal caches are cleared (note that registration updates previously-
registered classes with any argument changes).

Created by: mikeryan
Created on: 23 May 2013 at 13:27 UTC
Last updated: 15 Dec 2014 at 17:12 UTC
New features
Bug fixes

Other releases