function node_search_info

Implements hook_search_info().

File

modules/node/node.module, line 1636

Code

function node_search_info() {
    return array(
        'title' => 'Content',
        'path' => 'node',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.