search.pages.inc
Версия 1.4 (checked in on 2007/12/06 at 09:51:01 by goba)
User page callbacks for the search module.
Функции
Имя | Описание |
---|---|
search_form_submit | Process a search form submission. |
search_form_validate | As the search form collates keys from other modules hooked in via hook_form_alter, the validation takes place in _submit. search_form_validate() is used solely to set the 'processed_keys' form value for the basic search form. |
search_view | Menu callback; presents the search form and/or search results. |
template_preprocess_search_result | Process variables for search-result.tpl.php. |
template_preprocess_search_results | Process variables for search-results.tpl.php. |