Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SearchPluginBase | class | core/ |
Defines a base class for plugins wishing to support search. |
| SearchPluginBase.php | file | core/ |
|
| SearchPluginBase::$keywords | property | core/ |
The keywords to use in a search. |
| SearchPluginBase::$searchAttributes | property | core/ |
Array of attributes - usually from the request object. |
| SearchPluginBase::$searchParameters | property | core/ |
Array of parameters from the query string from the request. |
| SearchPluginBase::buildResults | function | core/ |
|
| SearchPluginBase::buildSearchUrlQuery | function | core/ |
|
| SearchPluginBase::getAttributes | function | core/ |
|
| SearchPluginBase::getHelp | function | core/ |
|
| SearchPluginBase::getKeywords | function | core/ |
|
| SearchPluginBase::getParameters | function | core/ |
|
| SearchPluginBase::getType | function | core/ |
|
| SearchPluginBase::isSearchExecutable | function | core/ |
|
| SearchPluginBase::searchFormAlter | function | core/ |
|
| SearchPluginBase::setSearch | function | core/ |
|
| SearchPluginBase::suggestedTitle | function | core/ |
|
| SearchPluginBase::usesAdminTheme | function | core/ |
|
| SearchPluginCollection | class | core/ |
Provides a container for lazily loading search plugins. |
| SearchPluginCollection.php | file | core/ |
|
| SearchPluginCollection::$searchPageId | property | core/ |
The unique ID for the search page using this plugin collection. |
| SearchPluginCollection::get | function | core/ |
|
| SearchPluginCollection::initializePlugin | function | core/ |
|
| SearchPluginCollection::__construct | function | core/ |
Constructs a new SearchPluginCollection. |
| SearchPluginCollectionTest | class | core/ |
Tests Drupal\search\Plugin\SearchPluginCollection. |
| SearchPluginCollectionTest.php | file | core/ |
|
| SearchPluginCollectionTest::$pluginManager | property | core/ |
The mocked plugin manager. |
| SearchPluginCollectionTest::$searchPluginCollection | property | core/ |
The tested plugin collection. |
| SearchPluginCollectionTest::setUp | function | core/ |
|
| SearchPluginCollectionTest::testGet | function | core/ |
Tests the get() method. |
| SearchPluginCollectionTest::testGetWithConfigurablePlugin | function | core/ |
Tests the get() method with a configurable plugin. |
| SearchPluginManager | class | core/ |
SearchExecute plugin manager. |
| SearchPluginManager.php | file | core/ |
|
| SearchPluginManager::__construct | function | core/ |
Constructs SearchPluginManager. |
| SearchPreprocessLangcodeTest | class | core/ |
Tests that the search preprocessing uses the correct language code. |
| SearchPreprocessLangcodeTest.php | file | core/ |
|
| SearchPreprocessLangcodeTest::$defaultTheme | property | core/ |
|
| SearchPreprocessLangcodeTest::$modules | property | core/ |
|
| SearchPreprocessLangcodeTest::$node | property | core/ |
Test node for searching. |
| SearchPreprocessLangcodeTest::setUp | function | core/ |
|
| SearchPreprocessLangcodeTest::testPreprocessLangcode | function | core/ |
Tests that hook_search_preprocess() returns the correct langcode. |
| SearchPreprocessLangcodeTest::testPreprocessStemming | function | core/ |
Tests stemming for hook_search_preprocess(). |
| SearchQuery | class | core/ |
Search query extender and helper functions. |
| SearchQuery | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\search\SearchQuery. |
| SearchQuery.php | file | core/ |
|
| SearchQuery.php | file | core/ |
|
| SearchQuery::$conditions | property | core/ |
Conditions that are used for exact searches. |
| SearchQuery::$executedPrepare | property | core/ |
Indicates whether the preparation step has been executed. |
| SearchQuery::$keys | property | core/ |
Parsed-out positive and negative search keys. |
| SearchQuery::$matches | property | core/ |
Indicates how many matches for a search query are necessary. |
| SearchQuery::$multiply | property | core/ |
Multipliers for score expressions. |
Pagination
- Previous page
- Page 1435
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.