Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
RouteProviderInterface::reset | function | core/ |
Resets the route provider object. |
SampleEntityGeneratorInterface | interface | core/ |
Generates a sample entity. |
SampleEntityGeneratorInterface.php | file | core/ |
|
SampleEntityGeneratorInterface::delete | function | core/ |
Deletes a sample entity for a given entity type and bundle. |
SampleEntityGeneratorInterface::get | function | core/ |
Gets a sample entity for a given entity type and bundle. |
Search interface | group | core/ |
The Drupal search interface manages a global search mechanism. |
SearchableHelpInterface | interface | core/ |
Provides an interface for a HelpSection plugin that also supports search. |
SearchableHelpInterface.php | file | core/ |
|
SearchableHelpInterface::listSearchableTopics | function | core/ |
Returns the IDs of topics that should be indexed for searching. |
SearchableHelpInterface::renderTopicForSearch | function | core/ |
Renders one topic for search indexing or search results. |
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. |
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. |
SearchPageInterface | interface | core/ |
Provides an interface defining a search page entity. |
SearchPageInterface.php | file | core/ |
|
SearchPageInterface::getPath | function | core/ |
Returns the path for the search. |
SearchPageInterface::getPlugin | function | core/ |
Returns the search plugin. |
SearchPageInterface::getWeight | function | core/ |
Returns the weight for the page. |
SearchPageInterface::isDefaultSearch | function | core/ |
Determines if this search page entity is currently the default search. |
SearchPageInterface::isIndexable | function | core/ |
Determines if this search page entity is indexable. |
SearchPageInterface::setPlugin | function | core/ |
Sets the search plugin. |
SearchPageRepositoryInterface | interface | core/ |
Provides the interface for a repository Search Page entities. |
SearchPageRepositoryInterface.php | file | core/ |
|
SearchPageRepositoryInterface::clearDefaultSearchPage | function | core/ |
Clears the default search page. |
SearchPageRepositoryInterface::getActiveSearchPages | function | core/ |
Returns all active search page entities. |
SearchPageRepositoryInterface::getDefaultSearchPage | function | core/ |
Returns the default search page. |
SearchPageRepositoryInterface::getIndexableSearchPages | function | core/ |
Returns all active, indexable search page entities. |
Pagination
- Previous page
- Page 72
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.