Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
SearchPluginBase class core/modules/search/src/Plugin/SearchPluginBase.php Defines a base class for plugins wishing to support search.
SearchPluginBase.php file core/modules/search/src/Plugin/SearchPluginBase.php
SearchPluginBase::$keywords property core/modules/search/src/Plugin/SearchPluginBase.php The keywords to use in a search.
SearchPluginBase::$searchAttributes property core/modules/search/src/Plugin/SearchPluginBase.php Array of attributes - usually from the request object.
SearchPluginBase::$searchParameters property core/modules/search/src/Plugin/SearchPluginBase.php Array of parameters from the query string from the request.
SearchPluginBase::buildResults function core/modules/search/src/Plugin/SearchPluginBase.php
SearchPluginBase::buildSearchUrlQuery function core/modules/search/src/Plugin/SearchPluginBase.php
SearchPluginBase::getAttributes function core/modules/search/src/Plugin/SearchPluginBase.php
SearchPluginBase::getHelp function core/modules/search/src/Plugin/SearchPluginBase.php
SearchPluginBase::getKeywords function core/modules/search/src/Plugin/SearchPluginBase.php
SearchPluginBase::getParameters function core/modules/search/src/Plugin/SearchPluginBase.php
SearchPluginBase::getType function core/modules/search/src/Plugin/SearchPluginBase.php
SearchPluginBase::isSearchExecutable function core/modules/search/src/Plugin/SearchPluginBase.php
SearchPluginBase::searchFormAlter function core/modules/search/src/Plugin/SearchPluginBase.php
SearchPluginBase::setSearch function core/modules/search/src/Plugin/SearchPluginBase.php
SearchPluginBase::suggestedTitle function core/modules/search/src/Plugin/SearchPluginBase.php
SearchPluginBase::usesAdminTheme function core/modules/search/src/Plugin/SearchPluginBase.php
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
SearchPluginCollection::__construct function core/modules/search/src/Plugin/SearchPluginCollection.php Constructs a new SearchPluginCollection.
SearchPluginCollectionTest class core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Tests Drupal\search\Plugin\SearchPluginCollection.
SearchPluginCollectionTest.php file core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php
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
SearchPreprocessLangcodeTest::$modules property core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
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/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/SearchQuery.php CoreFakeWithAllCustomClasses implementation of \Drupal\search\SearchQuery.
SearchQuery.php file core/tests/fixtures/database_drivers/module/core_fake/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.

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