Search for %s
- Search 7.x for %s
- Search 9.5.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 |
|---|---|---|---|
| SearchTestBase.php | file | core/ |
|
| SearchTestBase.php | file | core/ |
|
| SearchTestBase::$modules | property | core/ |
Modules to enable. |
| SearchTestBase::$modules | property | core/ |
Modules to enable. |
| SearchTestBase::setUp | function | core/ |
Sets up a Drupal site for running functional and integration tests. |
| SearchTestBase::setUp | function | core/ |
|
| SearchTestBase::submitGetForm | function | core/ |
Simulates submission of a form using GET instead of POST. |
| SearchTestBase::submitGetForm | function | core/ |
Submission of a form via press submit button. |
| SearchTokenizerTest | class | core/ |
Tests that CJK tokenizer works as intended. |
| SearchTokenizerTest.php | file | core/ |
|
| SearchTokenizerTest::$modules | property | core/ |
Modules to enable. |
| SearchTokenizerTest::code2utf | function | core/ |
Like PHP chr() function, but for unicode characters. |
| SearchTokenizerTest::testNoTokenizer | function | core/ |
Verifies that strings of non-CJK characters are not tokenized. |
| SearchTokenizerTest::testTokenizer | function | core/ |
Verifies that strings of CJK characters are tokenized. |
| search_cron | function | core/ |
Implements hook_cron(). |
| search_date_query_alter.info.yml | file | core/ |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml |
| search_date_query_alter.module | file | core/ |
Adds date conditions to node searches. |
| search_date_query_alter_query_search_node_search_alter | function | core/ |
Implements hook_query_TAG_alter(): tag search_$type with $type node_search. |
| search_dirty | function | core/ |
Marks a word as "dirty" (changed), or retrieves the list of dirty words. |
| search_embedded_form.info.yml | file | core/ |
core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml |
| search_embedded_form.module | file | core/ |
Test module implementing a form that can be embedded in search results. |
| search_embedded_form.routing.yml | file | core/ |
core/modules/search/tests/modules/search_embedded_form/search_embedded_form.routing.yml |
| search_embedded_form_preprocess_search_result | function | core/ |
Adds the test form to search results. |
| search_excerpt | function | core/ |
Returns snippets from a piece of text, with search keywords highlighted. |
| search_expand_cjk | function | core/ |
Splits CJK (Chinese, Japanese, Korean) text into tokens. |
| search_extra_type.info.yml | file | core/ |
core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml |
| search_extra_type.schema.yml | file | core/ |
core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml |
| search_form_search_block_form_alter | function | core/ |
Implements hook_form_FORM_ID_alter() for the search_block_form form. |
| search_help | function | core/ |
Implements hook_help(). |
| search_index | function | core/ |
Updates the full-text search index for a particular item. |
| search_index_clear | function | core/ |
Clears either a part of, or the entire search index. |
| search_index_split | function | core/ |
Simplifies and splits a string into words for indexing. |
| search_invoke_preprocess | function | core/ |
Invokes hook_search_preprocess() to simplify text. |
| search_langcode_test.info.yml | file | core/ |
core/modules/search/tests/modules/search_langcode_test/search_langcode_test.info.yml |
| search_langcode_test.module | file | core/ |
Test module setting up two tests, one for checking if the entity $langcode is being passed on and another one sets up the alternate verb forms for the stemming test. |
| search_langcode_test_search_preprocess | function | core/ |
Implements hook_search_preprocess(). |
| search_mark_for_reindex | function | core/ |
Changes the timestamp on indexed items to 'now' to force reindexing. |
| search_page.yml | file | core/ |
core/modules/search/migrations/search_page.yml |
| search_post_update_block_page | function | core/ |
Configures default search page for instantiated blocks. |
| search_post_update_reindex_after_diacritics_rule_change | function | core/ |
Mark everything for reindexing after diacritics removal rule change. |
| search_preprocess_block | function | core/ |
Implements hook_preprocess_HOOK() for block templates. |
| search_query_alter.info.yml | file | core/ |
core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml |
| search_query_alter.module | file | core/ |
Test module that alters search queries. |
| search_query_alter_query_search_node_search_alter | function | core/ |
Implements hook_query_TAG_alter(): tag search_$type with $type node_search. |
| search_requirements | function | core/ |
Implements hook_requirements(). |
| search_schema | function | core/ |
Implements hook_schema(). |
| search_simplify | function | core/ |
Simplifies and preprocesses text for searching. |
| search_theme | function | core/ |
Implements hook_theme(). |
| search_theme_suggestions_search_result | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| search_update_totals | function | core/ |
Updates the {search_total} database table. |
Pagination
- Previous page
- Page 1079
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.