Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download migrate_d2d-7.x-2.0.tar.gztar.gz 32.71 KB
MD5: 36753bce7b3b868510ed6e70ae7bccb5
SHA-1: 3b3da2468fd2edd4448e91ab93f61048509a5bb2
SHA-256: 892d1f4bafb69008de77540d49decb7f9098ce0cf97a837e8697435fdcf6e05e
Download migrate_d2d-7.x-2.0.zipzip 52.89 KB
MD5: 8f68a745473418788d78593132b7f3f8
SHA-1: 41200ae16b1bd5b61a0a895ead4c374add229539
SHA-256: 34e5cdf474cace1b159e7e5a8054f734090394cf315798954a227efb11283f61

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: 26 Nov 2012 at 17:54 UTC
Last updated: 9 Feb 2015 at 23:13 UTC
New features
Bug fixes

Other releases