This module generates a graph of the entities, fields and their relationship of a particular installation of Drupal 7. This enables a quick overview of your Drupal 7 entities and bundles.
$ drush entitiesdiagram | dot -Gratio=0.7 -Eminlen=2 -T svg -o ./test.svg
$ drush entitiesdiagram --include_fields --entity_type=node | dot -Gratio=0.7 -Eminlen=2 -T svg -o ./test.svg
go to URL admin/entities-diagram/<type>/<display_fields>
to see one entity type or,
to see all entities admin/entity-relations
Display only Nodes with no fields:
http://mywebsite.com/admin/entities-diagram/node/false
Display all entities:
http://mywebsite.com/admin/entities-diagram
Generates a graph in the PNG format.
projects[entitiesdiagram][type] = "module"
projects[entitiesdiagram][subdir] = "contrib"
projects[entitiesdiagram][download][type] = "git"
projects[entitiesdiagram][download][branch] = "master"
projects[entitiesdiagram][download][url] = "https://github.com/Gizra/entitiesdiagram.git"