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