Posted by fgm on April 29, 2012 at 6:52pm
This project is a Drush plugin that can generate inheritance and interface implementation graphs from a directory of PHP files and its subdirectories, including a Drupal installation.
It does not load code from the current Drupal / Drush installation but uses the Grammar Parser on top of PHP built-in tokenizer to parse the set of files.
It was created to help during the Radio France Drupal 8 core code sprint on 2012-04-29.
