function node_search_info

Implements hook_search_info().

File

drupal/core/modules/node/node.module, line 1231
The core module that allows content to be submitted to the site.

Code

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