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
SearchPluginCollection class core/modules/search/src/Plugin/SearchPluginCollection.php Provides a container for lazily loading search plugins.
SearchPluginCollection.php file core/modules/search/src/Plugin/SearchPluginCollection.php
SearchPluginCollection::$searchPageId property core/modules/search/src/Plugin/SearchPluginCollection.php The unique ID for the search page using this plugin collection.
SearchPluginCollection::get function core/modules/search/src/Plugin/SearchPluginCollection.php
SearchPluginCollection::initializePlugin function core/modules/search/src/Plugin/SearchPluginCollection.php Initializes and stores a plugin.
SearchPluginCollection::__construct function core/modules/search/src/Plugin/SearchPluginCollection.php Constructs a new SearchPluginCollection.
SearchPluginCollectionTest class core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php @coversDefaultClass \Drupal\search\Plugin\SearchPluginCollection[[api-linebreak]]
@group search
SearchPluginCollectionTest.php file core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php
SearchPluginCollectionTest::$pluginInstances property core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Stores all setup plugin instances.
SearchPluginCollectionTest::$pluginManager property core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php The mocked plugin manager.
SearchPluginCollectionTest::$searchPluginCollection property core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php The tested plugin collection.
SearchPluginCollectionTest::setUp function core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php
SearchPluginCollectionTest::testGet function core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Tests the get() method.
SearchPluginCollectionTest::testGetWithConfigurablePlugin function core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Tests the get() method with a configurable plugin.
SearchPluginManager class core/modules/search/src/SearchPluginManager.php SearchExecute plugin manager.
SearchPluginManager.php file core/modules/search/src/SearchPluginManager.php
SearchPluginManager::__construct function core/modules/search/src/SearchPluginManager.php Constructs SearchPluginManager.
SearchPreprocessLangcodeTest class core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Tests that the search preprocessing uses the correct language code.
SearchPreprocessLangcodeTest.php file core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
SearchPreprocessLangcodeTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php The theme to install as the default for testing.
SearchPreprocessLangcodeTest::$modules property core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Modules to enable.
SearchPreprocessLangcodeTest::$node property core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Test node for searching.
SearchPreprocessLangcodeTest::setUp function core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
SearchPreprocessLangcodeTest::testPreprocessLangcode function core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Tests that hook_search_preprocess() returns the correct langcode.
SearchPreprocessLangcodeTest::testPreprocessStemming function core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Tests stemming for hook_search_preprocess().
SearchQuery class core/modules/search/src/SearchQuery.php Search query extender and helper functions.
SearchQuery class core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/SearchQuery.php CorefakeWithAllCustomClasses implementation of \Drupal\search\SearchQuery.
SearchQuery.php file core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/SearchQuery.php
SearchQuery.php file core/modules/search/src/SearchQuery.php
SearchQuery::$conditions property core/modules/search/src/SearchQuery.php Conditions that are used for exact searches.
SearchQuery::$executedPrepare property core/modules/search/src/SearchQuery.php Indicates whether the preparation step has been executed.
SearchQuery::$keys property core/modules/search/src/SearchQuery.php Parsed-out positive and negative search keys.
SearchQuery::$matches property core/modules/search/src/SearchQuery.php Indicates how many matches for a search query are necessary.
SearchQuery::$multiply property core/modules/search/src/SearchQuery.php Multipliers for score expressions.
SearchQuery::$normalize property core/modules/search/src/SearchQuery.php Multiplier to normalize the keyword score.
SearchQuery::$relevance_count property core/modules/search/src/SearchQuery.php The number of 'i.relevance' occurrences in score expressions.
SearchQuery::$scores property core/modules/search/src/SearchQuery.php The word score expressions.
SearchQuery::$scoresArguments property core/modules/search/src/SearchQuery.php Arguments for the score expressions.
SearchQuery::$searchExpression property core/modules/search/src/SearchQuery.php The keywords and advanced search options that are entered by the user.
SearchQuery::$simple property core/modules/search/src/SearchQuery.php Indicates whether the query conditions are simple or complex (LIKE).
SearchQuery::$status property core/modules/search/src/SearchQuery.php A bitmap of status conditions, described in getStatus().
SearchQuery::$type property core/modules/search/src/SearchQuery.php The type of search (search type).
SearchQuery::$words property core/modules/search/src/SearchQuery.php Array of positive search words.
SearchQuery::addScore function core/modules/search/src/SearchQuery.php Adds a custom score expression to the search query.
SearchQuery::countQuery function core/modules/search/src/SearchQuery.php Builds the default count query for SearchQuery.
SearchQuery::execute function core/modules/search/src/SearchQuery.php Executes the search.
SearchQuery::EXPRESSIONS_IGNORED constant core/modules/search/src/SearchQuery.php Indicates that part of the search expression was ignored.
SearchQuery::getStatus function core/modules/search/src/SearchQuery.php Returns the query status bitmap.
SearchQuery::LOWER_CASE_OR constant core/modules/search/src/SearchQuery.php Indicates that lower-case "or" was in the search expression.
SearchQuery::NO_KEYWORD_MATCHES constant core/modules/search/src/SearchQuery.php Indicates that no positive keyword matches were found.

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