Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download drupalmoduleupgrader-8.x-0.6.tar.gztar.gz 100.62 KB
MD5: 0775fb2ecdb07672defea00315aad72e
SHA-1: b3d06b9fb393bf2b9be532f4dbdaa4d2bb92aa64
SHA-256: a87d6bbda45b1ff945129ad3a72df13e53bb21be4e993eeb515f7b0525af7af0
Download drupalmoduleupgrader-8.x-0.6.zipzip 249.63 KB
MD5: 9ee9bdd08185fea44ea4c8402082248e
SHA-1: 05cf276457f369208a634f098e190307202867a8
SHA-256: 1770d4907cf115232ad8f27ee9e198524dfa89afb68f883f8c129399286077ee

Release notes

- Hopefully finalized the architecture of DMU now, with the code cleanly separated into Analyzers (add things to the report), Converters (actually change the code), Cleaners (clear out old D7 cruft post-conversion), and Indexers (which find the things to analyze/convert). See https://www.drupal.org/documentation/modules/drupalmoduleupgrader/contri... for docs.
- Analyzer issues now have Markdown support so you can easily input `code` and the like.
- Added a --backup option to the dmu-upgrade command.
- Conversions of various drupal_*_form() and form_*() methods covered in this change record: https://www.drupal.org/node/2121003
- Conversions of cache_get()/cache_set()
- The beginnings of Entity/Field API conversion; more to come!

Created by: webchick
Created on: 22 Oct 2014 at 20:36 UTC
Last updated: 5 Nov 2014 at 07:19 UTC
Bug fixes
New features

Other releases