Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
SearchConfigSettingsFormTest::testSearchModuleSettingsPage function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Verifies plugin-supplied settings form.
SearchConfigSettingsFormTest::testSearchSettingsPage function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Verifies the search settings form.
SearchConfigSettingsFormTest::verifySearchPageOperations function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Checks that the search page operations match expectations.
SearchConfigurationRankings class core/modules/search/src/Plugin/migrate/process/SearchConfigurationRankings.php Generate configuration rankings.
SearchConfigurationRankings.php file core/modules/search/src/Plugin/migrate/process/SearchConfigurationRankings.php
SearchConfigurationRankings::transform function core/modules/search/src/Plugin/migrate/process/SearchConfigurationRankings.php Generate the configuration rankings.
SearchConfigurationRankings::__construct function core/modules/search/src/Plugin/migrate/process/SearchConfigurationRankings.php Constructs a \Drupal\Component\Plugin\PluginBase object.
SearchController class core/modules/search/src/Controller/SearchController.php Route controller for search.
SearchController.php file core/modules/search/src/Controller/SearchController.php
SearchController::$logger property core/modules/search/src/Controller/SearchController.php A logger instance.
SearchController::$renderer property core/modules/search/src/Controller/SearchController.php The renderer.
SearchController::$searchPageRepository property core/modules/search/src/Controller/SearchController.php The search page repository.
SearchController::editTitle function core/modules/search/src/Controller/SearchController.php Route title callback.
SearchController::performOperation function core/modules/search/src/Controller/SearchController.php Performs an operation on the search page entity.
SearchController::redirectSearchPage function core/modules/search/src/Controller/SearchController.php Redirects to a search page.
SearchController::searchHelp function core/modules/search/src/Controller/SearchController.php Creates a render array for the search help page.
SearchController::setAsDefault function core/modules/search/src/Controller/SearchController.php Sets the search page as the default.
SearchController::view function core/modules/search/src/Controller/SearchController.php Creates a render array for the search page.
SearchController::__construct function core/modules/search/src/Controller/SearchController.php Constructs a new search controller.
SearchDateIntervalTest class core/modules/search/tests/src/Functional/SearchDateIntervalTest.php Tests searching with date filters that exclude some translations.
SearchDateIntervalTest.php file core/modules/search/tests/src/Functional/SearchDateIntervalTest.php
SearchDateIntervalTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchDateIntervalTest.php The theme to install as the default for testing.
SearchDateIntervalTest::$modules property core/modules/search/tests/src/Functional/SearchDateIntervalTest.php Modules to install.
SearchDateIntervalTest::setUp function core/modules/search/tests/src/Functional/SearchDateIntervalTest.php
SearchDateIntervalTest::testDateIntervalQueryAlter function core/modules/search/tests/src/Functional/SearchDateIntervalTest.php Tests searching with date filters that exclude some translations.
SearchDateQueryAlterHooks class core/modules/search/tests/modules/search_date_query_alter/src/Hook/SearchDateQueryAlterHooks.php Hook implementations for search_date_query_alter.
SearchDateQueryAlterHooks.php file core/modules/search/tests/modules/search_date_query_alter/src/Hook/SearchDateQueryAlterHooks.php
SearchDateQueryAlterHooks::querySearchNodeSearchAlter function core/modules/search/tests/modules/search_date_query_alter/src/Hook/SearchDateQueryAlterHooks.php Implements hook_query_TAG_alter().
SearchEmbeddedForm class core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php Form controller for search_embedded_form form.
SearchEmbeddedForm.php file core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php
SearchEmbeddedForm::buildForm function core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php Form constructor.
SearchEmbeddedForm::getFormId function core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php Returns a unique string identifying the form.
SearchEmbeddedForm::submitForm function core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php Form submission handler.
SearchEmbeddedFormThemeHooks class core/modules/search/tests/modules/search_embedded_form/src/Hook/SearchEmbeddedFormThemeHooks.php Theme hook implementations for search_embedded_form module.
SearchEmbeddedFormThemeHooks.php file core/modules/search/tests/modules/search_embedded_form/src/Hook/SearchEmbeddedFormThemeHooks.php
SearchEmbeddedFormThemeHooks::preprocessSearchResult function core/modules/search/tests/modules/search_embedded_form/src/Hook/SearchEmbeddedFormThemeHooks.php Implements hook_preprocess_HOOK().
SearchEmbeddedFormThemeHooks::__construct function core/modules/search/tests/modules/search_embedded_form/src/Hook/SearchEmbeddedFormThemeHooks.php
SearchEmbedFormTest class core/modules/search/tests/src/Functional/SearchEmbedFormTest.php Verifies that a form embedded in search results works.
SearchEmbedFormTest.php file core/modules/search/tests/src/Functional/SearchEmbedFormTest.php
SearchEmbedFormTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchEmbedFormTest.php The theme to install as the default for testing.
SearchEmbedFormTest::$modules property core/modules/search/tests/src/Functional/SearchEmbedFormTest.php Modules to install.
SearchEmbedFormTest::$node property core/modules/search/tests/src/Functional/SearchEmbedFormTest.php Node used for testing.
SearchEmbedFormTest::$submitCount property core/modules/search/tests/src/Functional/SearchEmbedFormTest.php Count of how many times the form has been submitted.
SearchEmbedFormTest::setUp function core/modules/search/tests/src/Functional/SearchEmbedFormTest.php
SearchEmbedFormTest::testEmbeddedForm function core/modules/search/tests/src/Functional/SearchEmbedFormTest.php Tests that the embedded form appears and can be submitted.
SearchEntityOperationsCacheabilityTest class core/modules/search/tests/src/Kernel/SearchEntityOperationsCacheabilityTest.php Tests cacheability added by entity operations.
SearchEntityOperationsCacheabilityTest.php file core/modules/search/tests/src/Kernel/SearchEntityOperationsCacheabilityTest.php
SearchEntityOperationsCacheabilityTest::providerEntityOperationsCacheability function core/modules/search/tests/src/Kernel/SearchEntityOperationsCacheabilityTest.php Data provider for testEntityOperationsCacheability().
SearchExactTest class core/modules/search/tests/src/Functional/SearchExactTest.php Tests that searching for a phrase gets the correct page count.
SearchExactTest.php file core/modules/search/tests/src/Functional/SearchExactTest.php

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