103 string references to 'Search'

AddHandler::buildForm in core/modules/views_ui/src/Form/Ajax/AddHandler.php
Form constructor.
AjaxFormCacheTest::testBlockForms in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
Tests AJAX forms in blocks.
block.block.claro_help_search.yml in core/modules/help/config/optional/block.block.claro_help_search.yml
core/modules/help/config/optional/block.block.claro_help_search.yml
block.block.olivero_search_form_narrow.yml in core/themes/olivero/config/optional/block.block.olivero_search_form_narrow.yml
core/themes/olivero/config/optional/block.block.olivero_search_form_narrow.yml
block.block.olivero_search_form_wide.yml in core/themes/olivero/config/optional/block.block.olivero_search_form_wide.yml
core/themes/olivero/config/optional/block.block.olivero_search_form_wide.yml
block.block.umami_search.yml in core/profiles/demo_umami/config/install/block.block.umami_search.yml
core/profiles/demo_umami/config/install/block.block.umami_search.yml
block.block.umami_search.yml in core/profiles/demo_umami/config/install/block.block.umami_search.yml
core/profiles/demo_umami/config/install/block.block.umami_search.yml
BlockHiddenRegionTest::testBlockNotInHiddenRegion in core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php
Tests that hidden regions do not inherit blocks when a theme is installed.
claro_preprocess_input in core/themes/claro/claro.theme
Implements template_preprocess_HOOK() for input.
ConfigTranslationEntityListBuilder::render in core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
d6_search_settings.yml in core/modules/search/migrations/d6_search_settings.yml
core/modules/search/migrations/d6_search_settings.yml
d7_search_settings.yml in core/modules/search/migrations/d7_search_settings.yml
core/modules/search/migrations/d7_search_settings.yml
dblog.routing.yml in core/modules/dblog/dblog.routing.yml
core/modules/dblog/dblog.routing.yml
dblog_menu_links_discovered_alter in core/modules/dblog/dblog.module
Implements hook_menu_links_discovered_alter().
demo_umami.info.yml in core/profiles/demo_umami/demo_umami.info.yml
core/profiles/demo_umami/demo_umami.info.yml
FormTestDisabledElementsForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php
Form constructor.
FormTestPlaceholderForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php
Form constructor.
HelpTopicSearchTest::setUp in core/modules/help/tests/src/Functional/HelpTopicSearchTest.php
HelpTopicSearchTest::testHelpSearch in core/modules/help/tests/src/Functional/HelpTopicSearchTest.php
Tests help topic search.
HelpTopicSearchTest::testUninstallSearch in core/modules/help/tests/src/Functional/HelpTopicSearchTest.php
Tests uninstalling the search module.
HelpTopicsMerge::testHelpTopicsMerge in core/modules/help/tests/src/Functional/Update/HelpTopicsMerge.php
Tests upgrading help module for help topics.
HelpTopicsUninstall::testHelpTopicsMerge in core/modules/help/tests/src/Functional/Update/HelpTopicsUninstall.php
Tests upgrading help module for help topics.
help_help in core/modules/help/help.module
Implements hook_help().
hook_menu_links_discovered_alter in core/lib/Drupal/Core/Menu/menu.api.php
Alters all the menu links discovered by the menu link plugin manager.
LayoutBuilderDisableInteractionsTest::assertLinksFormIframeNotInteractive in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
Asserts that forms, links, and iframes in preview are non-interactive.
MigrateDrupal6AuditIdsTest::setUp in core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php
MigrateDrupal7AuditIdsTest::setUp in core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php
MigrateSearchPageTest::testModuleExists in core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php
Tests that search page is only migrated for modules enabled on D8 site.
MigrateSearchPageTest::testSearchPage in core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php
Tests migration of search status and settings to search page entity.
MigrateSearchPageTest::testUserSearchCreate in core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php
Tests that a search page will be created if it does not exist.
MigrateSearchSettingsTest::setUp in core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php
MigrationStateUnitTest::providerGetUpgradeStates in core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php
Data provider for testGetUpgradeStates.
MultilingualReviewPageTest::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d6/MultilingualReviewPageTest.php
Gets the available upgrade paths.
MultilingualReviewPageTest::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d7/MultilingualReviewPageTest.php
Gets the available upgrade paths.
nightwatch_a11y_testing.info.yml in core/profiles/nightwatch_a11y_testing/nightwatch_a11y_testing.info.yml
core/profiles/nightwatch_a11y_testing/nightwatch_a11y_testing.info.yml
NodeViewsData::getViewsData in core/modules/node/src/NodeViewsData.php
Returns views data for the entity type.
NodeViewsData::getViewsData in core/modules/node/src/NodeViewsData.php
Returns views data for the entity type.
node_cron in core/modules/node/node.module
Implements hook_cron().
node_reindex_node_search in core/modules/node/node.module
Marks a node to be re-indexed by the node_search plugin.
NoMultilingualReviewPageTest::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d6/NoMultilingualReviewPageTest.php
Gets the available upgrade paths.
NoMultilingualReviewPageTest::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d7/NoMultilingualReviewPageTest.php
Gets the available upgrade paths.
OliveroTest::testConfigSchema in core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
Test Olivero's configuration schema.
OliveroTest::testPreprocessBlock in core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php
Tests that olivero_preprocess_block is functioning as expected.
olivero_preprocess_input in core/themes/olivero/olivero.theme
Implements hook_preprocess_HOOK().
PathAliasListBuilder::getEntityIds in core/modules/path/src/PathAliasListBuilder.php
Loads entity IDs using a pager sorted by the entity id.
PathAliasListBuilder::render in core/modules/path/src/PathAliasListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
recipe.yml in core/recipes/content_search/recipe.yml
core/recipes/content_search/recipe.yml
recipe.yml in core/recipes/content_search/recipe.yml
core/recipes/content_search/recipe.yml
search.info.yml in core/modules/search/search.info.yml
core/modules/search/search.info.yml
search.links.menu.yml in core/modules/search/search.links.menu.yml
core/modules/search/search.links.menu.yml
search.migrate_drupal.yml in core/modules/search/migrations/state/search.migrate_drupal.yml
core/modules/search/migrations/state/search.migrate_drupal.yml
Search::preRenderSearch in core/lib/Drupal/Core/Render/Element/Search.php
Prepares a #type 'search' render element for input.html.twig.
SearchBlockForm::buildForm in core/modules/search/src/Form/SearchBlockForm.php
Form constructor.
SearchBlockTest::testSearchFormBlock in core/modules/search/tests/src/Functional/SearchBlockTest.php
Tests that the search form block can be placed and works.
SearchBlockTest::testSearchFormBlock in core/modules/search/tests/src/Functional/SearchBlockTest.php
Tests that the search form block can be placed and works.
SearchCommentCountToggleTest::testSearchCommentCountToggle in core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php
Verify that comment count display toggles properly on comment status of node.
SearchCommentTest::assertCommentAccess in core/modules/search/tests/src/Functional/SearchCommentTest.php
Update search index and search for comment.
SearchCommentTest::testAddNewComment in core/modules/search/tests/src/Functional/SearchCommentTest.php
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTest::testSearchResultsComment in core/modules/search/tests/src/Functional/SearchCommentTest.php
Verify that comments are rendered using proper format in search results.
SearchConfigSettingsFormTest::testDefaultSearchPageOrdering in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
Tests the ordering of search pages on a clean install.
SearchConfigSettingsFormTest::testMultipleSearchPages in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
Tests multiple search pages of the same type.
SearchConfigSettingsFormTest::testSearchModuleDisabling in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
Verifies that you can disable individual search plugins.
SearchConfigSettingsFormTest::testSearchSettingsPage in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
Verifies the search settings form.
SearchController::__construct in core/modules/search/src/Controller/SearchController.php
Constructs a new search controller.
SearchDateIntervalTest::testDateIntervalQueryAlter in core/modules/search/tests/src/Functional/SearchDateIntervalTest.php
Tests searching with date filters that exclude some translations.
SearchEmbedFormTest::testEmbeddedForm in core/modules/search/tests/src/Functional/SearchEmbedFormTest.php
Tests that the embedded form appears and can be submitted.
SearchEmbedFormTest::testEmbeddedForm in core/modules/search/tests/src/Functional/SearchEmbedFormTest.php
Tests that the embedded form appears and can be submitted.
SearchExactTest::testExactQuery in core/modules/search/tests/src/Functional/SearchExactTest.php
Tests that the correct number of pager links are found for both keywords and phrases.
SearchLanguageTest::testLanguageAttributes in core/modules/search/tests/src/Functional/SearchLanguageTest.php
Test language attribute "lang" for the search results.
SearchMatchTest::setUp in core/modules/search/tests/src/Kernel/SearchMatchTest.php
SearchNodeDiacriticsTest::testPhraseSearchPunctuation in core/modules/search/tests/src/Functional/SearchNodeDiacriticsTest.php
Tests that search returns results with diacritics in the search phrase.
SearchNodePunctuationTest::testPhraseSearchPunctuation in core/modules/search/tests/src/Functional/SearchNodePunctuationTest.php
Tests that search works with punctuation and HTML entities.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange in core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
Tests that the search index info is properly updated when a node changes.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion in core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
Tests that the search index info is updated when a node is deleted.
SearchNumberMatchingTest::testNumberSearching in core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php
Tests that all the numbers can be searched.
SearchNumbersTest::testNumberSearching in core/modules/search/tests/src/Functional/SearchNumbersTest.php
Tests that all the numbers can be searched.
SearchPageCacheTagsTest::testSearchTagsBubbling in core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php
Tests the presence of expected cache tags with referenced entities.
SearchPageCacheTagsTest::testSearchText in core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php
Tests the presence of the expected cache tag in various situations.
SearchPageForm::buildForm in core/modules/search/src/Form/SearchPageForm.php
Form constructor.
SearchPageRoutes::routes in core/modules/search/src/Routing/SearchPageRoutes.php
Returns an array of route objects.
SearchPageTextTest::testSearchText in core/modules/search/tests/src/Functional/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SearchPluginBase::suggestedTitle in core/modules/search/src/Plugin/SearchPluginBase.php
Provides a suggested title for a page of search results.
SearchQueryAlterTest::testQueryAlter in core/modules/search/tests/src/Functional/SearchQueryAlterTest.php
Tests that the query alter works.
SearchSetLocaleTest::setUp in core/modules/search/tests/src/Kernel/SearchSetLocaleTest.php
SearchTokenizerTest::setUp in core/modules/search/tests/src/Kernel/SearchTokenizerTest.php
search_preprocess_block in core/modules/search/search.module
Implements hook_preprocess_HOOK() for block templates.
standard.info.yml in core/profiles/standard/standard.info.yml
core/profiles/standard/standard.info.yml
TestFormApiFormBlock::buildForm in core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php
Form constructor.
tour.tour.locale.yml in core/modules/tour/config/optional/tour.tour.locale.yml
core/modules/tour/config/optional/tour.tour.locale.yml
UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php
Tests that the content and configuration were properly updated.
Upgrade6Test::getAvailablePaths in core/modules/forum/tests/src/Functional/migrate_drupal/d6/Upgrade6Test.php
Gets the available upgrade paths.
Upgrade6Test::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php
Gets the available upgrade paths.
Upgrade7Test::getAvailablePaths in core/modules/forum/tests/src/Functional/migrate_drupal/d7/Upgrade7Test.php
Gets the available upgrade paths.
Upgrade7Test::getAvailablePaths in core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php
Gets the available upgrade paths.
user.role.anonymous.yml in core/profiles/standard/config/install/user.role.anonymous.yml
core/profiles/standard/config/install/user.role.anonymous.yml
user.role.anonymous.yml in core/profiles/nightwatch_a11y_testing/config/install/user.role.anonymous.yml
core/profiles/nightwatch_a11y_testing/config/install/user.role.anonymous.yml
user.role.anonymous.yml in core/profiles/demo_umami/config/install/user.role.anonymous.yml
core/profiles/demo_umami/config/install/user.role.anonymous.yml
user.role.authenticated.yml in core/profiles/standard/config/install/user.role.authenticated.yml
core/profiles/standard/config/install/user.role.authenticated.yml
user.role.authenticated.yml in core/profiles/demo_umami/config/install/user.role.authenticated.yml
core/profiles/demo_umami/config/install/user.role.authenticated.yml
UserSearchTest::testUserSearch in core/modules/user/tests/src/Functional/UserSearchTest.php
ViewEntityDependenciesTest::testGetDependencies in core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php
Tests the getDependencies method.
views.view.test_argument_dependency.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_dependency.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_dependency.yml
views.view.test_search.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_search.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_search.yml

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