rest_help |
drupal/core/modules/rest/rest.module |
Implements hook_help(). |
|
|
rest_menu |
drupal/core/modules/rest/rest.module |
Implements hook_menu(). |
|
|
rest_permission |
drupal/core/modules/rest/rest.module |
Implements hook_permission(). |
|
|
router_test_permission |
drupal/core/modules/system/tests/modules/router_test/router_test.module |
Implements hook_permission(). |
|
|
sample_search_conditions_callback |
drupal/core/modules/search/search.api.php |
An example conditions callback function for search. |
|
1 |
sc_configure |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php |
|
1 |
6 |
search_admin_reindex_submit |
drupal/core/modules/search/search.admin.inc |
Form submission handler for reindex button on search_admin_settings_form(). |
|
1 |
search_admin_settings |
drupal/core/modules/search/search.admin.inc |
Menu callback: displays the search module settings page. |
|
1 |
search_admin_settings_submit |
drupal/core/modules/search/search.admin.inc |
Form submission handler for search_admin_settings(). |
|
1 |
search_admin_settings_validate |
drupal/core/modules/search/search.admin.inc |
Form validation handler for search_admin_settings(). |
|
1 |
search_block_info |
drupal/core/modules/search/search.module |
Implements hook_block_info(). |
|
|
search_block_view |
drupal/core/modules/search/search.module |
Implements hook_block_view(). |
|
|
search_box |
drupal/core/modules/search/search.module |
Form builder; Output a search form for the search block's search box. |
|
1 |
search_box_form_submit |
drupal/core/modules/search/search.module |
Process a block search form submission. |
|
1 |
search_comment_delete |
drupal/core/modules/search/search.module |
Implements hook_comment_delete(). |
|
|
search_comment_insert |
drupal/core/modules/search/search.module |
Implements hook_comment_insert(). |
|
|
search_comment_publish |
drupal/core/modules/search/search.module |
Implements hook_comment_publish(). |
|
|
search_comment_unpublish |
drupal/core/modules/search/search.module |
Implements hook_comment_unpublish(). |
|
|
search_comment_update |
drupal/core/modules/search/search.module |
Implements hook_comment_update(). |
|
|
search_cron |
drupal/core/modules/search/search.module |
Implements hook_cron(). |
|
|
search_data |
drupal/core/modules/search/search.module |
Performs a search by calling hook_search_execute(). |
1 |
|
search_dirty |
drupal/core/modules/search/search.module |
Marks a word as "dirty" (changed), or retrieves the list of dirty words. |
2 |
|
search_embedded_form_form |
drupal/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.module |
Builds a form for embedding in search results for testing. |
|
2 |
search_embedded_form_form_submit |
drupal/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.module |
Submit handler for search_embedded_form_form(). |
|
1 |
search_embedded_form_menu |
drupal/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.module |
Implements hook_menu(). |
|
|
search_embedded_form_preprocess_search_result |
drupal/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.module |
Adds the test form to search results. |
|
|
search_excerpt |
drupal/core/modules/search/search.module |
Returns snippets from a piece of text, with certain keywords highlighted.
Used for formatting search results. |
4 |
|
search_expand_cjk |
drupal/core/modules/search/search.module |
Splits CJK (Chinese, Japanese, Korean) text into tokens. |
|
1 |
search_expression_extract |
drupal/core/modules/search/search.module |
Extracts a module-specific search option from a search expression. |
2 |
|
search_expression_insert |
drupal/core/modules/search/search.module |
Adds a module-specific search option to a search expression. |
3 |
|
search_extra_type_conditions |
drupal/core/modules/search/tests/modules/search_extra_type/search_extra_type.module |
Test conditions callback for hook_search_info(). |
|
1 |
search_extra_type_search_execute |
drupal/core/modules/search/tests/modules/search_extra_type/search_extra_type.module |
Implements hook_search_execute(). |
|
|
search_extra_type_search_info |
drupal/core/modules/search/tests/modules/search_extra_type/search_extra_type.module |
Implements hook_search_info(). |
|
|
search_extra_type_search_page |
drupal/core/modules/search/tests/modules/search_extra_type/search_extra_type.module |
Implements hook_search_page(). |
|
|
search_form |
drupal/core/modules/search/search.module |
Builds a search form. |
|
1 |
search_forms |
drupal/core/modules/search/search.module |
Implements hook_forms(). |
|
|
search_form_submit |
drupal/core/modules/search/search.pages.inc |
Process a search form submission. |
|
|
search_form_validate |
drupal/core/modules/search/search.pages.inc |
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 |
drupal/core/modules/search/search.module |
Returns information about the default search module. |
4 |
|
search_get_info |
drupal/core/modules/search/search.module |
Returns information about available search modules. |
6 |
1 |
search_help |
drupal/core/modules/search/search.module |
Implements hook_help(). |
1 |
|
search_index |
drupal/core/modules/search/search.module |
Update the full-text search index for a particular item. |
4 |
6 |
search_index_split |
drupal/core/modules/search/search.module |
Simplifies and splits a string into tokens for indexing. |
1 |
|
search_invoke_preprocess |
drupal/core/modules/search/search.module |
Invokes hook_search_preprocess() in modules. |
1 |
|
search_is_active |
drupal/core/modules/search/search.module |
Determines access for the 'search' path. |
|
1 |
search_langcode_test_search_preprocess |
drupal/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.module |
Implements hook_search_preprocess(). |
|
|
search_menu |
drupal/core/modules/search/search.module |
Implements hook_menu(). |
|
|
search_node_update |
drupal/core/modules/search/search.module |
Implements hook_node_update(). |
|
|
search_node_update_index |
drupal/core/modules/search/search.module |
Implements hook_node_update_index(). |
|
|
search_permission |
drupal/core/modules/search/search.module |
Implements hook_permission(). |
|
|