You are here

function _user_relationship_implications_filter_for_reverse in User Relationships 7

Same name and namespace in other branches
  1. 5.2 plugins/user_relationship_implications/user_relationship_implications.module \_user_relationship_implications_filter_for_reverse()
  2. 6 user_relationship_implications/user_relationship_implications.module \_user_relationship_implications_filter_for_reverse()
1 string reference to '_user_relationship_implications_filter_for_reverse'
user_relationship_implications_user_relationships_delete in user_relationship_implications/user_relationship_implications.module
Implements hook_user_relationships_delete().

File

user_relationship_implications/user_relationship_implications.module, line 347
Drupal Module: User Relationship Implications

Code

function _user_relationship_implications_filter_for_reverse($implication) {
  $implication = (array) $implication;
  return $implication['reverse'];
}