Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| search_block_view | function | modules/ |
Implements hook_block_view(). |
| search_box | function | modules/ |
Form builder; Output a search form for the search block's search box. |
| search_box_form_submit | function | modules/ |
Process a block search form submission. |
| search_comment_delete | function | modules/ |
Implements hook_comment_delete(). |
| search_comment_insert | function | modules/ |
Implements hook_comment_insert(). |
| search_comment_publish | function | modules/ |
Implements hook_comment_publish(). |
| search_comment_unpublish | function | modules/ |
Implements hook_comment_unpublish(). |
| search_comment_update | function | modules/ |
Implements hook_comment_update(). |
| search_cron | function | modules/ |
Implements hook_cron(). |
| search_data | function | modules/ |
Performs a search by calling hook_search_execute(). |
| search_dirty | function | modules/ |
Marks a word as "dirty" (changed), or retrieves the list of dirty words. |
| search_embedded_form.info | file | modules/ |
name = "Search embedded form" description = "Support module for search module testing of embedded forms." package = Testing version = VERSION core = 7.x hidden = TRUE |
| search_embedded_form.module | file | modules/ |
Test module implementing a form that can be embedded in search results. |
| search_embedded_form_form | function | modules/ |
Builds a form for embedding in search results for testing. |
| search_embedded_form_form_submit | function | modules/ |
Submit handler for search_embedded_form_form(). |
| search_embedded_form_menu | function | modules/ |
Implements hook_menu(). |
| search_embedded_form_preprocess_search_result | function | modules/ |
Adds the test form to search results. |
| search_excerpt | function | modules/ |
Returns snippets from a piece of text, with certain keywords highlighted. Used for formatting search results. |
| search_expand_cjk | function | modules/ |
Splits CJK (Chinese, Japanese, Korean) text into tokens. |
| search_expression_extract | function | modules/ |
Extracts a module-specific search option from a search expression. |
| search_expression_insert | function | modules/ |
Adds a module-specific search option to a search expression. |
| search_extra_type.info | file | modules/ |
name = "Test search type" description = "Support module for search module testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
| search_extra_type.module | file | modules/ |
Dummy module implementing a search type for search module testing. |
| search_extra_type_conditions | function | modules/ |
Test conditions callback for hook_search_info(). |
| search_extra_type_search_execute | function | modules/ |
Implements hook_search_execute(). |
| search_extra_type_search_info | function | modules/ |
Implements hook_search_info(). |
| search_extra_type_search_page | function | modules/ |
Implements hook_search_page(). |
| search_form | function | modules/ |
Builds a search form. |
| search_forms | function | modules/ |
Implements hook_forms(). |
| search_form_submit | function | modules/ |
Process a search form submission. |
| search_form_validate | function | modules/ |
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_get_default_module_info | function | modules/ |
Returns information about the default search module. |
| search_get_info | function | modules/ |
Returns information about available search modules. |
| search_help | function | modules/ |
Implements hook_help(). |
| search_index | function | modules/ |
Update the full-text search index for a particular item. |
| search_index_split | function | modules/ |
Simplifies and splits a string into tokens for indexing. |
| search_invoke_preprocess | function | modules/ |
Invokes hook_search_preprocess() in modules. |
| search_is_active | function | modules/ |
Determines access for the ?q=search path. |
| search_menu | function | modules/ |
Implements hook_menu(). |
| search_node_tags.info | file | modules/ |
name = "Test search node tags" description = "Support module for Node search tags testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
| search_node_tags.module | file | modules/ |
Dummy module implementing a node search hooks for search module testing. |
| search_node_tags_query_alter | function | modules/ |
Implements hook_query_alter(). |
| search_node_tags_query_search_node_alter | function | modules/ |
Implements hook_query_TAG_alter(). |
| search_node_update | function | modules/ |
Implements hook_node_update(). |
| search_node_update_index | function | modules/ |
Implements hook_node_update_index(). |
| search_permission | function | modules/ |
Implements hook_permission(). |
| search_reindex | function | modules/ |
Clears a part of or the entire search index. |
| search_reindex_confirm | function | modules/ |
Menu callback: confirm wiping of the index. |
| search_reindex_confirm_submit | function | modules/ |
Handler for wipe confirmation |
| search_schema | function | modules/ |
Implements hook_schema(). |
Pagination
- Previous page
- Page 132
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.