You are here

function user_relationships_author_pane_allow_preprocess_disable in User Relationships 7

Implements hook_author_pane_allow_preprocess_disable().

File

./user_relationships.author-pane.inc, line 97
integration with Author Pane for User Relationships API @author Alex Karshakevich http://drupal.org/user/183217

Code

function user_relationships_author_pane_allow_preprocess_disable() {
  return array(
    'user_relationships' => 'User Relationships',
  );
}