Posted by claudiu.cristea on January 27, 2014 at 1:17pm
Examples for Developers module provides high-quality, well-documented API examples for a broad range of Drupal core functionality.
I opened a feature request at https://drupal.org/node/2182621 to include also a Migrate example there and posted a first patch with a migrate example module.
Few notes:
- Migrate in core is under heavy development. Most of the work taking place in a sandbox project at https://drupal.org/sandbox/chx/2105305. For this reason this module cannot be tested right now against core but needs to be tested on the code from sandbox.
- The example module assumes that https://drupal.org/node/2182481 will be committed in main
migratemodule. If not, then the patch needs work to read the destination plugin either frommigrate_drupal(if will go in D6) either the plugin will e moved in this module. - API might still change until reaching a stable stage.
The 'body' field from the content is not migrated yet due to https://drupal.org/node/2164451. A new patch will be posted as soon as we can migrate fields.

Comments
This is a great start! I
This is a great start!
I would like to get into the details of what should be included in the example before actually adding more code to the patch.
I would like to follow the discussion about what should be included on the related ticket if possible.
Ideas are welcome!