Search for %s
- Search 7.x for %s
- Search 8.9.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 |
|---|---|---|---|
| SearchEmbeddedForm::buildForm | function | core/ |
Form constructor. |
| SearchEmbeddedForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| SearchEmbeddedForm::submitForm | function | core/ |
Form submission handler. |
| SearchEmbedFormTest | class | core/ |
Verifies that a form embedded in search results works. |
| SearchEmbedFormTest.php | file | core/ |
|
| SearchEmbedFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchEmbedFormTest::$modules | property | core/ |
Modules to enable. |
| SearchEmbedFormTest::$node | property | core/ |
Node used for testing. |
| SearchEmbedFormTest::$submitCount | property | core/ |
Count of how many times the form has been submitted. |
| SearchEmbedFormTest::setUp | function | core/ |
|
| SearchEmbedFormTest::testEmbeddedForm | function | core/ |
Tests that the embedded form appears and can be submitted. |
| SearchExactTest | class | core/ |
Tests that searching for a phrase gets the correct page count. |
| SearchExactTest.php | file | core/ |
|
| SearchExactTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchExactTest::$modules | property | core/ |
Modules to enable. |
| SearchExactTest::testExactQuery | function | core/ |
Tests that the correct number of pager links are found for both keywords and phrases. |
| SearchExcerptTest | class | core/ |
Tests the search_excerpt() function. |
| SearchExcerptTest.php | file | core/ |
|
| SearchExcerptTest::$modules | property | core/ |
Modules to enable. |
| SearchExcerptTest::doSearchExcerpt | function | core/ |
Calls search_excerpt() and renders output. |
| SearchExcerptTest::testSearchExcerpt | function | core/ |
Tests search_excerpt() with several simulated search keywords. |
| SearchExcerptTest::testSearchExcerptSimplified | function | core/ |
Tests search_excerpt() with search keywords matching simplified words. |
| SearchExtraTypeSearch | class | core/ |
Executes a dummy keyword search. |
| SearchExtraTypeSearch.php | file | core/ |
|
| SearchExtraTypeSearch::buildConfigurationForm | function | core/ |
Form constructor. |
| SearchExtraTypeSearch::buildResults | function | core/ |
Executes the search and builds render arrays for the result items. |
| SearchExtraTypeSearch::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| SearchExtraTypeSearch::execute | function | core/ |
Execute the search. |
| SearchExtraTypeSearch::isSearchExecutable | function | core/ |
Verifies if the given parameters are valid enough to execute a search for. |
| SearchExtraTypeSearch::setSearch | function | core/ |
Sets the keywords, parameters, and attributes to be used by execute(). |
| SearchExtraTypeSearch::submitConfigurationForm | function | core/ |
Form submission handler. |
| SearchIndex | class | core/ |
Provides search index management functions. |
| SearchIndex.php | file | core/ |
|
| SearchIndex::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| SearchIndex::$configFactory | property | core/ |
The config factory. |
| SearchIndex::$connection | property | core/ |
The database connection. |
| SearchIndex::$replica | property | core/ |
The database replica connection. |
| SearchIndex::$textProcessor | property | core/ |
The text processor. |
| SearchIndex::clear | function | core/ |
Clears either a part of, or the entire search index. |
| SearchIndex::index | function | core/ |
Updates the full-text search index for a particular item. |
| SearchIndex::markForReindex | function | core/ |
Changes the timestamp on indexed items to 'now' to force reindexing. |
| SearchIndex::updateWordWeights | function | core/ |
Updates the {search_total} database table. |
| SearchIndex::__construct | function | core/ |
SearchIndex constructor. |
| SearchIndexException | class | core/ |
Exception thrown for search index errors. |
| SearchIndexException.php | file | core/ |
|
| SearchIndexingInterface | interface | core/ |
Defines an optional interface for SearchPlugin objects using an index. |
| SearchIndexingInterface.php | file | core/ |
|
| SearchIndexingInterface::indexClear | function | core/ |
Clears the search index for this plugin. |
| SearchIndexingInterface::indexStatus | function | core/ |
Reports the status of indexing. |
| SearchIndexingInterface::markForReindex | function | core/ |
Marks the search index for reindexing for this plugin. |
Pagination
- Previous page
- Page 1096
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.