1 user.module | user_search_info() |
Implements hook_search_info().
File
- core/
modules/ user/ user.module, line 700 - Enables the user registration and login system.
Code
function user_search_info() {
return array(
'title' => 'User accounts',
);
}