You are here

function hook_entity_uuid_load in Universally Unique IDentifier 7

Transform entity properties from local IDs to UUIDs when they are loaded.

6 functions implement hook_entity_uuid_load()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

comment_entity_uuid_load in ./uuid.core.inc
Implements hook_entity_uuid_load().
field_entity_uuid_load in ./uuid.core.inc
Implements hook_entity_uuid_load().
file_entity_uuid_load in ./uuid.core.inc
Implements hook_entity_uuid_load().
node_entity_uuid_load in ./uuid.core.inc
Implements hook_entity_uuid_load().
taxonomy_entity_uuid_load in ./uuid.core.inc
Implements hook_entity_uuid_load().

... See full list

File

./uuid.api.php, line 23
Hooks provided by the UUID module.

Code

function hook_entity_uuid_load(&$entities, $entity_type) {
}