Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
SearchTextProcessorTest.php file core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php
SearchTextProcessorTest::$modules property core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php Modules to enable.
SearchTextProcessorTest::testSearchTextProcessorPunctuation function core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php Tests that text analysis does the right thing with punctuation.
SearchTextProcessorTest::testSearchTextProcessorUnicode function core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php Tests that text processing handles Unicode characters correctly.
SearchTokenizerTest class core/modules/search/tests/src/Kernel/SearchTokenizerTest.php Tests that CJK tokenizer works as intended.
SearchTokenizerTest.php file core/modules/search/tests/src/Kernel/SearchTokenizerTest.php
SearchTokenizerTest::$modules property core/modules/search/tests/src/Kernel/SearchTokenizerTest.php Modules to enable.
SearchTokenizerTest::code2utf function core/modules/search/tests/src/Kernel/SearchTokenizerTest.php Like PHP chr() function, but for unicode characters.
SearchTokenizerTest::testNoTokenizer function core/modules/search/tests/src/Kernel/SearchTokenizerTest.php Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTest::testTokenizer function core/modules/search/tests/src/Kernel/SearchTokenizerTest.php Verifies that strings of CJK characters are tokenized.
search_cron function core/modules/search/search.module Implements hook_cron().
search_date_query_alter.info.yml file core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml
search_date_query_alter.module file core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.module Adds date conditions to node searches.
search_date_query_alter_query_search_node_search_alter function core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.module Implements hook_query_TAG_alter().
search_embedded_form.info.yml file core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml
search_embedded_form.module file core/modules/search/tests/modules/search_embedded_form/search_embedded_form.module Test module implementing a form that can be embedded in search results.
search_embedded_form.routing.yml file core/modules/search/tests/modules/search_embedded_form/search_embedded_form.routing.yml core/modules/search/tests/modules/search_embedded_form/search_embedded_form.routing.yml
search_embedded_form_preprocess_search_result function core/modules/search/tests/modules/search_embedded_form/search_embedded_form.module Adds the test form to search results.
search_excerpt function core/modules/search/search.module Returns snippets from a piece of text, with search keywords highlighted.
search_expand_cjk function core/modules/search/search.module Splits CJK (Chinese, Japanese, Korean) text into tokens.
search_extra_type.info.yml file core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml
search_extra_type.schema.yml file core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml
search_form_search_block_form_alter function core/modules/search/search.module Implements hook_form_FORM_ID_alter() for the search_block_form form.
search_help function core/modules/search/search.module Implements hook_help().
search_index_split function core/modules/search/search.module Simplifies and splits a string into words for indexing.
search_invoke_preprocess function core/modules/search/search.module Invokes hook_search_preprocess() to simplify text.
search_langcode_test.info.yml file core/modules/search/tests/modules/search_langcode_test/search_langcode_test.info.yml core/modules/search/tests/modules/search_langcode_test/search_langcode_test.info.yml
search_langcode_test.module file core/modules/search/tests/modules/search_langcode_test/search_langcode_test.module Tests the preprocessing of search text.
search_langcode_test_search_preprocess function core/modules/search/tests/modules/search_langcode_test/search_langcode_test.module Implements hook_search_preprocess().
search_page.yml file core/modules/search/migrations/search_page.yml core/modules/search/migrations/search_page.yml
search_post_update_reindex_after_diacritics_rule_change function core/modules/search/search.post_update.php Mark everything for reindexing after diacritics removal rule change.
search_preprocess_block function core/modules/search/search.module Implements hook_preprocess_HOOK() for block templates.
search_query_alter.info.yml file core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml
search_query_alter.module file core/modules/search/tests/modules/search_query_alter/search_query_alter.module Test module that alters search queries.
search_query_alter_query_search_node_search_alter function core/modules/search/tests/modules/search_query_alter/search_query_alter.module Implements hook_query_TAG_alter().
search_removed_post_updates function core/modules/search/search.post_update.php Implements hook_removed_post_updates().
search_requirements function core/modules/search/search.install Implements hook_requirements().
search_schema function core/modules/search/search.install Implements hook_schema().
search_simplify function core/modules/search/search.module Simplifies and preprocesses text for searching.
search_theme function core/modules/search/search.module Implements hook_theme().
search_theme_suggestions_search_result function core/modules/search/search.module Implements hook_theme_suggestions_HOOK().
secondary-menu.css file core/themes/bartik/css/components/secondary-menu.css /* --------------- Secondary Menu ------------ */

.region-secondary-menu .menu {
margin: 0 10px;
padding: 0;
text-align: right; /* LTR */
font-size: 0.929em;
}
[dir="rtl"] .region-secondary-menu .menu {
margin-right: 10px; /*…
Section class core/modules/layout_builder/src/Section.php Provides a domain object for layout sections.
Section.php file core/modules/layout_builder/src/Section.php
Section::$components property core/modules/layout_builder/src/Section.php An array of components, keyed by UUID.
Section::$layoutId property core/modules/layout_builder/src/Section.php The layout plugin ID.
Section::$layoutSettings property core/modules/layout_builder/src/Section.php The layout plugin settings.
Section::$thirdPartySettings property core/modules/layout_builder/src/Section.php Third party settings.
Section::appendComponent function core/modules/layout_builder/src/Section.php Appends a component to the end of a region.
Section::contextHandler function core/modules/layout_builder/src/Section.php Wraps the context handler.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.