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 |
|---|---|---|---|
| SearchIndex | class | core/ |
Provides search index management functions. |
| SearchIndex.php | file | core/ |
|
| SearchIndex::clear | function | core/ |
|
| SearchIndex::index | function | core/ |
|
| SearchIndex::markForReindex | function | core/ |
|
| SearchIndex::updateWordWeights | function | core/ |
|
| 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. |
| SearchIndexingInterface::updateIndex | function | core/ |
Updates the search index for this plugin. |
| SearchIndexInterface | interface | core/ |
Provides search index management functions. |
| SearchIndexInterface.php | file | core/ |
|
| SearchIndexInterface::clear | function | core/ |
Clears either a part of, or the entire search index. |
| SearchIndexInterface::index | function | core/ |
Updates the full-text search index for a particular item. |
| SearchIndexInterface::markForReindex | function | core/ |
Changes the timestamp on indexed items to 'now' to force reindexing. |
| SearchIndexInterface::updateWordWeights | function | core/ |
Updates the {search_total} database table. |
| SearchIndexTest | class | core/ |
Tests the service "search.index". |
| SearchIndexTest.php | file | core/ |
|
| SearchIndexTest::$modules | property | core/ |
|
| SearchIndexTest::testSearchIndexServiceIsBackendOverridable | function | core/ |
Test that the service "search.index" is backend overridable. |
| SearchIntegrationTest | class | core/ |
Tests search integration filters. |
| SearchIntegrationTest.php | file | core/ |
|
| SearchIntegrationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchIntegrationTest::$modules | property | core/ |
Modules to install. |
| SearchIntegrationTest::$testViews | property | core/ |
Views used by this test. |
| SearchIntegrationTest::assertOneLink | function | core/ |
Asserts that exactly one link exists with the given text. |
| SearchIntegrationTest::testSearchIntegration | function | core/ |
Tests search integration. |
| SearchInterface | interface | core/ |
Defines a common interface for all SearchPlugin objects. |
| SearchInterface.php | file | core/ |
|
| SearchInterface::buildResults | function | core/ |
Executes the search and builds render arrays for the result items. |
| SearchInterface::buildSearchUrlQuery | function | core/ |
Builds the URL GET query parameters array for search. |
| SearchInterface::execute | function | core/ |
Executes the search. |
| SearchInterface::getAttributes | function | core/ |
Returns the currently set attributes (from the request). |
| SearchInterface::getHelp | function | core/ |
Returns the searching help. |
| SearchInterface::getKeywords | function | core/ |
Returns the currently set keywords of the plugin instance. |
| SearchInterface::getParameters | function | core/ |
Returns the current parameters set using setSearch(). |
| SearchInterface::getType | function | core/ |
Returns the search index type this plugin uses. |
| SearchInterface::isSearchExecutable | function | core/ |
Verifies if the values set via setSearch() are valid and sufficient. |
| SearchInterface::searchFormAlter | function | core/ |
Alters the search form when being built for a given plugin. |
| SearchInterface::setSearch | function | core/ |
Sets the keywords, parameters, and attributes to be used by execute(). |
| SearchInterface::suggestedTitle | function | core/ |
Provides a suggested title for a page of search results. |
| SearchInterface::usesAdminTheme | function | core/ |
Returns whether or not search results should be displayed in admin theme. |
| SearchKeywordsConditionsTest | class | core/ |
Verify the search without keywords set and extra conditions. |
| SearchKeywordsConditionsTest.php | file | core/ |
|
| SearchKeywordsConditionsTest::$defaultTheme | property | core/ |
Pagination
- Previous page
- Page 1425
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.