Skip to content

Module Dependancies

jonathangreen edited this page Apr 18, 2012 · 6 revisions

Here is a way that we can create our module dependencies.

This drush module will dump out the dependency data: http://drupal.org/project/drush_mm

This page has some explanation of how to use the module: http://drupal.org/node/348914

drush mm-dot --verbose > ~/drupal.dot
neato -T png -Goverlap=false -o drupal.png ~/drupal.dot

The Dependancy Graph (Large File.)

⚠️ This wiki is an archive for past meeting notes. For current minutes as well as onboarding materials, click here.

Clone this wiki locally