You are here

function uuid_path_entity_uuid_load in Universally Unique IDentifier 7

Implements hook_entity_uuid_load().

File

uuid_path/uuid_path.module, line 11
UUID path module functions.

Code

function uuid_path_entity_uuid_load(&$entities, $entity_type) {
  _uuid_path_load_url_aliases($entities, $entity_type);
}