You are here

function hook_user_relationships_type_load in User Relationships 7

Act when relationship types are loaded.

Parameters

$relationship_types_list: A list of relationship types, keyed by rtid.

See also

user_relationships_type_load_multiple()

1 function implements hook_user_relationships_type_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_implications_user_relationships_type_load in user_relationship_implications/user_relationship_implications.module
Implements hook_user_relationships_type_load().
1 invocation of hook_user_relationships_type_load()
user_relationships_types_load in ./user_relationships.module
Load all relationship types.

File

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

Code

function hook_user_relationships_type_load($relationship_types_list) {
}