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

Find UUID offers a simple, stateless way to ask your site "what does this UUID belong to?".
It uses the Entity API to look for all fielded entity types with a field named "uuid", searching for an entity of one of those types having the UUID you provide. This can be done via HTTP or Drush - a controller and a command are provided.

The main use case for this module is:

  • If an error message gives you just a UUID no entity ID or type, and
  • You have many entity types in your site, and no easy way of finding out which entity this UUID belongs to.

There are two methods provided via HTTP or Drush:

  1. Find all fielded types that have a UUID field:
  2. Find the entity a particular UUID belongs to (if it exists on your site).

The drush commands support output formatting, so you may chose from any output types available on your site, for example:

  • --format=csv
  • --format=tsv
  • --format=json
  • etc...
  • The default output type is "table"
Supporting organizations: 
Mobomo provides support for community efforts via the Mobomo Labs initiative

Project information

Releases