function node_search_access

Implements hook_search_access().

File

modules/node/node.module, line 1646

Code

function node_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.