function user_search_access

user_search_access()

Implements hook_search_access().

File

modules/user/user.module, line 952
Enables the user registration and login system.

Code

function user_search_access() {
  return user_access('access user profiles');
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!user!user.module/function/user_search_access/7.x