function hook_search_access
Define access to a custom search routine.
This hook allows a module to define permissions for a search tab.
Related topics
2 functions implement hook_search_access()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- node_search_access in modules/
node/ node.module - Implements hook_search_access().
- user_search_access in modules/
user/ user.module - Implements hook_search_access().
1 invocation of hook_search_access()
- _search_menu_access in modules/
search/ search.module - Access callback for search tabs.
File
-
modules/
search/ search.api.php, line 60
Code
function hook_search_access() {
return user_access('access content');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.