You are here

function hosting_client_user_view in Hosting 7.3

Same name and namespace in other branches
  1. 5 client/hosting_client.access.inc \hosting_client_user_view()
  2. 6.2 client/hosting_client.access.inc \hosting_client_user_view()
  3. 7.4 client/hosting_client.access.inc \hosting_client_user_view()

Implements hook_user_view().

File

client/hosting_client.access.inc, line 19
Control client node access.

Code

function hosting_client_user_view($account, $view_mode) {
  if (hosting_feature('client')) {
    return hosting_client_view_user($account);
  }
}