Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
RouteMatchInterface::getParameter function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the processed value of a named route parameter.
RouteMatchInterface::getParameters function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the bag of all processed route parameters.
RouteMatchInterface::getRawParameter function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the raw value of a named route parameter.
RouteMatchInterface::getRawParameters function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the bag of all raw route parameters.
RouteMatchInterface::getRouteName function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the route name.
RouteMatchInterface::getRouteObject function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the route object.
RouteObjectInterface interface core/lib/Drupal/Core/Routing/RouteObjectInterface.php Provides constants used for retrieving matched routes.
RouteObjectInterface.php file core/lib/Drupal/Core/Routing/RouteObjectInterface.php
RouteObjectInterface::CONTROLLER_NAME constant core/lib/Drupal/Core/Routing/RouteObjectInterface.php Key for the controller.
RouteObjectInterface::ROUTE_NAME constant core/lib/Drupal/Core/Routing/RouteObjectInterface.php Key for the route name.
RouteObjectInterface::ROUTE_OBJECT constant core/lib/Drupal/Core/Routing/RouteObjectInterface.php Key for the route object.
RouteProviderInterface interface core/lib/Drupal/Core/Routing/RouteProviderInterface.php Defines the route provider interface.
RouteProviderInterface.php file core/lib/Drupal/Core/Routing/RouteProviderInterface.php
RouteProviderInterface::getAllRoutes function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Returns all the routes on the system.
RouteProviderInterface::getRouteByName function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Find the route using the provided route name.
RouteProviderInterface::getRouteCollectionForRequest function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Finds routes that may potentially match the request.
RouteProviderInterface::getRoutesByNames function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Find many routes by their names using the provided list of names.
RouteProviderInterface::getRoutesByPattern function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Get all routes which match a certain pattern.
RouteProviderInterface::reset function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Resets the route provider object.
SampleEntityGeneratorInterface interface core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Generates a sample entity.
SampleEntityGeneratorInterface.php file core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php
SampleEntityGeneratorInterface::delete function core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Deletes a sample entity for a given entity type and bundle.
SampleEntityGeneratorInterface::get function core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php Gets a sample entity for a given entity type and bundle.
Search interface group core/modules/search/search.module The Drupal search interface manages a global search mechanism.
SearchableHelpInterface interface core/modules/help_topics/src/SearchableHelpInterface.php Provides an interface for a HelpSection plugin that also supports search.
SearchableHelpInterface interface core/modules/help/src/SearchableHelpInterface.php Provides an interface for a HelpSection plugin that also supports search.
SearchableHelpInterface.php file core/modules/help/src/SearchableHelpInterface.php
SearchableHelpInterface.php file core/modules/help_topics/src/SearchableHelpInterface.php
SearchableHelpInterface::listSearchableTopics function core/modules/help/src/SearchableHelpInterface.php Returns the IDs of topics that should be indexed for searching.
SearchableHelpInterface::renderTopicForSearch function core/modules/help/src/SearchableHelpInterface.php Renders one topic for search indexing or search results.
SearchIndexingInterface interface core/modules/search/src/Plugin/SearchIndexingInterface.php Defines an optional interface for SearchPlugin objects using an index.
SearchIndexingInterface.php file core/modules/search/src/Plugin/SearchIndexingInterface.php
SearchIndexingInterface::indexClear function core/modules/search/src/Plugin/SearchIndexingInterface.php Clears the search index for this plugin.
SearchIndexingInterface::indexStatus function core/modules/search/src/Plugin/SearchIndexingInterface.php Reports the status of indexing.
SearchIndexingInterface::markForReindex function core/modules/search/src/Plugin/SearchIndexingInterface.php Marks the search index for reindexing for this plugin.
SearchIndexingInterface::updateIndex function core/modules/search/src/Plugin/SearchIndexingInterface.php Updates the search index for this plugin.
SearchIndexInterface interface core/modules/search/src/SearchIndexInterface.php Provides search index management functions.
SearchIndexInterface.php file core/modules/search/src/SearchIndexInterface.php
SearchIndexInterface::clear function core/modules/search/src/SearchIndexInterface.php Clears either a part of, or the entire search index.
SearchIndexInterface::index function core/modules/search/src/SearchIndexInterface.php Updates the full-text search index for a particular item.
SearchIndexInterface::markForReindex function core/modules/search/src/SearchIndexInterface.php Changes the timestamp on indexed items to 'now' to force reindexing.
SearchIndexInterface::updateWordWeights function core/modules/search/src/SearchIndexInterface.php Updates the {search_total} database table.
SearchInterface interface core/modules/search/src/Plugin/SearchInterface.php Defines a common interface for all SearchPlugin objects.
SearchInterface.php file core/modules/search/src/Plugin/SearchInterface.php
SearchInterface::buildResults function core/modules/search/src/Plugin/SearchInterface.php Executes the search and builds render arrays for the result items.
SearchInterface::buildSearchUrlQuery function core/modules/search/src/Plugin/SearchInterface.php Builds the URL GET query parameters array for search.
SearchInterface::execute function core/modules/search/src/Plugin/SearchInterface.php Executes the search.
SearchInterface::getAttributes function core/modules/search/src/Plugin/SearchInterface.php Returns the currently set attributes (from the request).
SearchInterface::getHelp function core/modules/search/src/Plugin/SearchInterface.php Returns the searching help.
SearchInterface::getKeywords function core/modules/search/src/Plugin/SearchInterface.php Returns the currently set keywords of the plugin instance.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.