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
SearchExactTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchExactTest.php The theme to install as the default for testing.
SearchExactTest::$modules property core/modules/search/tests/src/Functional/SearchExactTest.php Modules to install.
SearchExactTest::testExactQuery function core/modules/search/tests/src/Functional/SearchExactTest.php Tests that the correct number of pager links are found for both keywords and phrases.
SearchExcerptTest class core/modules/search/tests/src/Kernel/SearchExcerptTest.php Tests the search_excerpt() function.
SearchExcerptTest.php file core/modules/search/tests/src/Kernel/SearchExcerptTest.php
SearchExcerptTest::$modules property core/modules/search/tests/src/Kernel/SearchExcerptTest.php Modules to install.
SearchExcerptTest::doSearchExcerpt function core/modules/search/tests/src/Kernel/SearchExcerptTest.php Calls search_excerpt() and renders output.
SearchExcerptTest::testSearchExcerpt function core/modules/search/tests/src/Kernel/SearchExcerptTest.php Tests search_excerpt() with several simulated search keywords.
SearchExcerptTest::testSearchExcerptSimplified function core/modules/search/tests/src/Kernel/SearchExcerptTest.php Tests search_excerpt() with search keywords matching simplified words.
SearchExtraTypeSearch class core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Executes a dummy keyword search.
SearchExtraTypeSearch.php file core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php
SearchExtraTypeSearch::buildConfigurationForm function core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Form constructor.
SearchExtraTypeSearch::buildResults function core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Executes the search and builds render arrays for the result items.
SearchExtraTypeSearch::defaultConfiguration function core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Gets default configuration for this plugin.
SearchExtraTypeSearch::execute function core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Execute the search.
SearchExtraTypeSearch::isSearchExecutable function core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Verifies if the given parameters are valid enough to execute a search for.
SearchExtraTypeSearch::setSearch function core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Sets the keywords, parameters, and attributes to be used by execute().
SearchExtraTypeSearch::submitConfigurationForm function core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Form submission handler.
SearchHelpHooks class core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php Hook implementations for help.
SearchHelpHooks.php file core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php
SearchHelpHooks::modulesInstalled function core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php Implements hook_modules_installed().
SearchHelpHooks::modulesUninstalled function core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php Implements hook_modules_uninstalled().
SearchHelpHooks::rebuild function core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php Implements hook_rebuild().
SearchHelpHooks::searchUpdate function core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php Ensure that search is updated when extensions are installed or uninstalled.
SearchHelpHooks::themesInstallOrUninstall function core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php Implements hook_themes_installed().
SearchHelpHooks::__construct function core/modules/search/modules/search_help/src/Hook/SearchHelpHooks.php
SearchHelpSearch class core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Handles searching for help using the Search module index.
SearchHelpSearch.php file core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php
SearchHelpSearch::$messenger property core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php The messenger.
SearchHelpSearch::access function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Checks data value access.
SearchHelpSearch::create function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Instantiates a new instance of the implementing class using autowiring.
SearchHelpSearch::ensureTableExists function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Check if the help_search_items table exists and create it if not.
SearchHelpSearch::execute function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Executes the search.
SearchHelpSearch::findResults function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Finds the search results.
SearchHelpSearch::getSectionPlugin function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Instantiates a help section plugin and verifies it is searchable.
SearchHelpSearch::getType function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Returns the search index type this plugin uses.
SearchHelpSearch::indexClear function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Clears the search index for this plugin.
SearchHelpSearch::indexStatus function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Reports the status of indexing.
SearchHelpSearch::markForReindex function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Marks the search index for reindexing for this plugin.
SearchHelpSearch::prepareResults function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Prepares search results for display.
SearchHelpSearch::removeItemsFromIndex function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Removes an item or items from the search index.
SearchHelpSearch::schemaDefinition function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Provides the schema definition for the help_search_items table.
SearchHelpSearch::updateIndex function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Updates the search index for this plugin.
SearchHelpSearch::updateIndexState function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Updates the 'help_search_unindexed_count' state variable.
SearchHelpSearch::updateTopicList function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Rebuilds the database table containing topics to be indexed.
SearchHelpSearch::__construct function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Constructs a \Drupal\Component\Plugin\PluginBase object.
SearchHooks class core/modules/search/src/Hook/SearchHooks.php Hook implementations for search.
SearchHooks.php file core/modules/search/src/Hook/SearchHooks.php
SearchHooks::cron function core/modules/search/src/Hook/SearchHooks.php Implements hook_cron().
SearchHooks::formSearchBlockFormAlter function core/modules/search/src/Hook/SearchHooks.php Implements hook_form_FORM_ID_alter() for the search_block_form form.

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