Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Executes the search and builds render arrays for the result items. |
| SearchPluginBase::buildSearchUrlQuery | function | core/ |
Builds the URL GET query parameters array for search. |
| SearchPluginBase::create | function | core/ |
Creates an instance of the plugin. |
| SearchPluginBase::getAttributes | function | core/ |
Returns the currently set attributes (from the request). |
| SearchPluginBase::getHelp | function | core/ |
Returns the searching help. |
| SearchPluginBase::getKeywords | function | core/ |
Returns the currently set keywords of the plugin instance. |
| SearchPluginBase::getParameters | function | core/ |
Returns the current parameters set using setSearch(). |
| SearchPluginBase::getType | function | core/ |
Returns the search index type this plugin uses. |
| SearchPluginBase::isSearchExecutable | function | core/ |
Verifies if the values set via setSearch() are valid and sufficient. |
| SearchPluginBase::searchFormAlter | function | core/ |
Alters the search form when being built for a given plugin. |
| SearchPluginBase::setSearch | function | core/ |
Sets the keywords, parameters, and attributes to be used by execute(). |
| SearchPluginBase::suggestedTitle | function | core/ |
Provides a suggested title for a page of search results. |
| 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/ |
Initializes and stores a plugin. |
| SearchPluginCollection::__construct | function | core/ |
Constructs a new SearchPluginCollection. |
| SearchPluginCollectionTest | class | core/ |
@coversDefaultClass \Drupal\search\Plugin\SearchPluginCollection[[api-linebreak]] @group search |
| SearchPluginCollectionTest.php | file | core/ |
|
| SearchPluginCollectionTest::$pluginInstances | property | core/ |
Stores all setup plugin instances. |
| 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/ |
The theme to install as the default for testing. |
| SearchPreprocessLangcodeTest::$modules | property | core/ |
Modules to enable. |
| 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.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. |
| SearchQuery::$normalize | property | core/ |
Multiplier to normalize the keyword score. |
| SearchQuery::$relevance_count | property | core/ |
The number of 'i.relevance' occurrences in score expressions. |
| SearchQuery::$scores | property | core/ |
The word score expressions. |
| SearchQuery::$scoresArguments | property | core/ |
Arguments for the score expressions. |
Pagination
- Previous page
- Page 1077
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.