entitiesdiagram

Categories

Component ID

2654176

Component name

entitiesdiagram

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Note: Development and issues are handled on GitHub, and code is synced back to Drupal.org

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.

Usage Drush

$ drush entitiesdiagram | dot -Gratio=0.7 -Eminlen=2 -T png -o ./test.png

Usage UI

go to URL admin/entities-diagram// to see one entity type or, to see all entities admin/entities-diagram

example:

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.