function search_forms
Implements hook_forms().
File
-
modules/
search/ search.module, line 1349
Code
function search_forms() {
$forms['search_block_form'] = array(
'callback' => 'search_box',
'callback arguments' => array(
'search_block_form',
),
);
return $forms;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.