This project is not covered by Drupal’s security advisory policy.

This module provides a single Drupal Console command, namely entity_explorer.

It is a tool for developers to quickly get localized data about entities without resorting to the UI or digging through the database.

Example usage:

$ drupal entity_explorer node 123
Found 77 revisions for id 12345
 Revision 45678 (French): Programme de relève 
    Field Title: Programme de relève 
    Field ID: 12345
    Field Versions-ID: 45678
    Field Language: fr
    Field Content type: page
    ...
    Field Inhalt:
      - Paragraph of type Section (ID: xxx, Revision: xxx)
            Field Inhalt:
              - Paragraph of type Text (ID: xxx, Revision: xxx)
              - Paragraph of type Group (ID: xxx, Revision: xxx)
                Field Inhalt:
                  - Paragraph of type Text (ID: xxx, Revision: xxx)
      - Paragraph of type Section (ID: xxx, Revision: xxx)
            Field Inhalt:
              - Paragraph of type Image (ID: xxx, Revision: xxx)

The optional parameter --all-fields also shows the regular fields of referenced entities. These are hidden to give the more readable condensed view to allow examination of complex, nested entity structures.

You might find this useful if you are debugging an issue relating to complex entities structure, translations and/or revisions.

Known issues:
- For Paragraphs, all revisions

Supporting organizations: 
Development

Project information

Releases