You are here

UUID support for Entity API in Universally Unique IDentifier 7

Functions that extends the Entity API with UUID support.

File

./uuid.entity.inc, line 159
Entity related functions for UUID module.

Functions

Namesort descending Location Description
entity_get_id_by_uuid ./uuid.entity.inc Helper function that retrieves entity IDs by their UUIDs.
entity_get_uuid_by_id ./uuid.entity.inc Helper function that retrieves UUIDs by their entity IDs.
entity_make_entity_local ./uuid.entity.inc Helper function to make an entity local (i.e. only local references).
entity_make_entity_universal ./uuid.entity.inc Helper function to make an entity universal (i.e. only global references).
entity_property_id_to_uuid ./uuid.entity.inc Helper function to change entity properties from ID to UUID.
entity_property_uuid_to_id ./uuid.entity.inc Helper function to change entity properties from UUID to ID.
entity_uuid_delete ./uuid.entity.inc Permanently delete the given entity by its UUID.
entity_uuid_id_cache ./uuid.entity.inc Helper caching function.
entity_uuid_load ./uuid.entity.inc Load entities by their UUID, that only should containing UUID references.
entity_uuid_save ./uuid.entity.inc Permanently saves an entity by its UUID.