Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 50.09 KB
MD5: 4dcaabce0839aeee0884d46482d4cb8a
SHA-1: 9056ea29b7cdb030018b3b9d778bfef603c6fcf1
SHA-256: 9b72bb811178825e0cbbae4a3b4d564597c5e74428668b250725d42ee8a5fa0f
Download zip 75.84 KB
MD5: 5f44888e1a7e56fc147c39e909d02793
SHA-1: ed585ca5c102b505e45a4b89251e9fb94b5fe8b9
SHA-256: e1ca34090dca82aec893d602c75fda5f2baba47ee41ce7d4ff370ebd22effa8a

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: 9 Feb 2015 at 23:11 UTC
Last updated: 9 Feb 2015 at 23:13 UTC
Unsupported

Other releases