Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RollbackAwareInterface::postRollback | function | core/ |
Performs post-rollback tasks. |
| RollbackAwareInterface::preRollback | function | core/ |
Performs pre-rollback tasks. |
| RouteBuilderInterface | interface | core/ |
Rebuilds the route information and dumps it. |
| RouteBuilderInterface.php | file | core/ |
|
| RouteBuilderInterface::rebuild | function | core/ |
Rebuilds the route information and dumps it. |
| RouteBuilderInterface::rebuildIfNeeded | function | core/ |
Rebuilds the route information if necessary, and dumps it. |
| RouteBuilderInterface::setRebuildNeeded | function | core/ |
Sets the router to be rebuilt next time rebuildIfNeeded() is called. |
| RouteMatchInterface | interface | core/ |
Provides an interface for classes representing the result of routing. |
| RouteMatchInterface.php | file | core/ |
|
| RouteMatchInterface::getParameter | function | core/ |
Returns the processed value of a named route parameter. |
| RouteMatchInterface::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
| RouteMatchInterface::getRawParameter | function | core/ |
Returns the raw value of a named route parameter. |
| RouteMatchInterface::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
| RouteMatchInterface::getRouteName | function | core/ |
Returns the route name. |
| RouteMatchInterface::getRouteObject | function | core/ |
Returns the route object. |
| RouteObjectInterface | interface | core/ |
Provides constants used for retrieving matched routes. |
| RouteObjectInterface.php | file | core/ |
|
| RouteObjectInterface::CONTROLLER_NAME | constant | core/ |
Key for the controller. |
| RouteObjectInterface::ROUTE_NAME | constant | core/ |
Key for the route name. |
| RouteObjectInterface::ROUTE_OBJECT | constant | core/ |
Key for the route object. |
| RouteProviderInterface | interface | core/ |
Defines the route provider interface. |
| RouteProviderInterface.php | file | core/ |
|
| RouteProviderInterface::getAllRoutes | function | core/ |
Returns all the routes on the system. |
| RouteProviderInterface::getRouteAliases | function | core/ |
Gets aliases for a route name. |
| RouteProviderInterface::getRouteByName | function | core/ |
Find the route using the provided route name. |
| RouteProviderInterface::getRouteCollectionForRequest | function | core/ |
Finds routes that may potentially match the request. |
| RouteProviderInterface::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
| RouteProviderInterface::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
| 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. |
Pagination
- Previous page
- Page 73
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.