function hosting_client_user_view in Hosting 7.4
Same name and namespace in other branches
- 5 client/hosting_client.access.inc \hosting_client_user_view()
- 6.2 client/hosting_client.access.inc \hosting_client_user_view()
- 7.3 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);
}
}