You are here

function hook_user_relationships_load in User Relationships 7

Act when relationships are loaded.

Parameters

$relationship_list: Array of relations, keyed by rid.

See also

user_relationships_load()

1 function implements hook_user_relationships_load()

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

user_relationship_elaborations_user_relationships_load in user_relationship_elaborations/user_relationship_elaborations.module
Implements hook_user_relationships_load().
1 invocation of hook_user_relationships_load()
user_relationships_load in ./user_relationships.module
Load relationship objects from the database.

File

./user_relationships.api.php, line 76
This file documents all hooks for user_relationships.module

Code

function hook_user_relationships_load($relationship_list) {
}