You are here

31 calls to user_relationships_load() in User Relationships 6

rules_data_type_relationship::load in user_relationships_rules/user_relationships_rules.rules.inc
Loads the data identified with an identifier as returned by get_identifier(). Just return the data or FALSE if loading the data failed.
template_preprocess_user_relationships_block in user_relationship_blocks/user_relationship_blocks.module
Template pre processor for the main block view
template_preprocess_user_relationships_pending_block in user_relationship_blocks/user_relationship_blocks.module
Template pre processor for the pending relationships block
theme_user_relationship_implications_page in user_relationship_implications/user_relationship_implications.module
Categorized list of relationships for a given user
UserRelationshipsApiTestCase::testUserRelationshipsLoadDuplicates in user_relationships_api/tests/user_relationships_api.api.test
user_relationships_api_activity_access_grants in user_relationships_api/user_relationships_api.activity.inc
hook_activity_access_grants().
user_relationships_api_cck_field_privacy_access in user_relationships_api/user_relationships_api.api.inc
Implements the hook_cck_field_privacy_access to allow users to display privacy fields based on a relationship with other users
user_relationships_api_preprocess_author_pane in user_relationships_api/user_relationships_api.author-pane.inc
Implementation of hook_preprocess_author_pane().
user_relationships_api_socnet_all_pending_from in user_relationships_api/user_relationships_api.socnet.inc
return a list of uid of all, to whom uid has sent requests, optionally filter by relationship name
user_relationships_api_socnet_all_pending_to in user_relationships_api/user_relationships_api.socnet.inc
return a list of uid of users who want to relate to $uid, optionally filter by relationship name
user_relationships_api_socnet_get_related_users in user_relationships_api/user_relationships_api.socnet.inc
return a list of uids of established relationships of $uid, optionally filter by relationship name
user_relationships_api_socnet_is_pending in user_relationships_api/user_relationships_api.socnet.inc
true if user1 has requested a relationship to uid2, optionally set which relation and style to query
user_relationships_api_socnet_is_related in user_relationships_api/user_relationships_api.socnet.inc
Returns TRUE if uid1 has a confirmed relationship with uid2, optionally filter by relationship name and style
user_relationships_panels_visibility_ctools_access_check in user_relationships_panels_visibility/plugins/access/ur_relationship.inc
Check for access based on relationship.
user_relationships_request_relationship in user_relationships_api/user_relationships_api.api.inc
Request a new user relationship
user_relationships_rules_action_create_relationship in user_relationships_rules/user_relationships_rules.rules.inc
Action Implementation: Create relationship.
user_relationships_rules_action_delete_relationship in user_relationships_rules/user_relationships_rules.rules.inc
Action Implementation: Delete relationship.
user_relationships_rules_condition_users_are_related in user_relationships_rules/user_relationships_rules.rules.inc
Condition Implementation: Users are related.
user_relationships_ui_pending_requested_submit in user_relationships_ui/user_relationships_ui.actions.inc
Approve, Disapprove, or Cancel a relationship request
user_relationships_ui_remove_submit in user_relationships_ui/user_relationships_ui.actions.inc
Remove a relationship
user_relationships_ui_request in user_relationships_ui/user_relationships_ui.forms.inc
Request a new relationship with another user
user_relationships_ui_request_validate in user_relationships_ui/user_relationships_ui.actions.inc
Validate relationship request.
user_relationship_elaborations_request_submit in user_relationship_elaborations/user_relationship_elaborations.module
Submit handler to store the elaboration for the relationship
user_relationship_implications_user_relationships in user_relationship_implications/user_relationship_implications.module
hook_user_relationships() Add or remove implied relationships as directed by configuration
user_relationship_node_access_node_grants in user_relationship_node_access/user_relationship_node_access.module
hook_node_grants()
user_relationship_service_approve in user_relationship_service/user_relationship_service.inc
user_relationship_service_delete in user_relationship_service/user_relationship_service.inc
user_relationship_service_mine in user_relationship_service/user_relationship_service.inc
_user_relationships_ui_actions_between in user_relationships_ui/user_relationships_ui.module
List of possible relationship actions with between two users
_user_relationships_ui_get_requestable_rtypes in user_relationships_ui/user_relationships_ui.module
Get relationship types that a user can request TODO: factor out of .module into an include file
_user_relationships_ui_set_notifications in user_relationships_ui/user_relationships_ui.module