1 node.module | node_search_info() |
Implements hook_search_info().
File
- core/
modules/ node/ node.module, line 1293 - The core module that allows content to be submitted to the site.
Code
function node_search_info() {
return array(
'title' => 'Content',
'path' => 'node',
);
}