function user_search_info

user_search_info()

Implements hook_search_info().

File

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

Code

function user_search_info() {
  return array(
    'title' => 'Users',
  );
}

© 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_info/7.x