Skip to content

Gizra/entitiesdiagram

Repository files navigation

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 svg -o ./test.svg

$ drush entitiesdiagram --include_fields --entity_type=node | dot -Gratio=0.7 -Eminlen=2 -T svg -o ./test.svg

Usage UI

go to URL admin/entities-diagram/<type>/<display_fields> to see one entity type or,

to see all entities admin/entity-relations

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.

entity_relations___productivity entity_relations___productivity

Make file

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"

About

Entity relationships graph of a Drupal 7 site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages