interface ConfigurableSearchPluginInterface in Drupal 8
Same name and namespace in other branches
- 9 core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php \Drupal\search\Plugin\ConfigurableSearchPluginInterface
Provides an interface for a configurable Search plugin.
Hierarchy
- interface \Drupal\Component\Plugin\ConfigurableInterface; interface \Drupal\Component\Plugin\DependentPluginInterface; interface \Drupal\Component\Plugin\ConfigurablePluginInterface; interface \Drupal\Core\Plugin\PluginFormInterface; interface \Drupal\search\Plugin\SearchInterface
- interface \Drupal\search\Plugin\ConfigurableSearchPluginInterface
Expanded class hierarchy of ConfigurableSearchPluginInterface
All classes that implement ConfigurableSearchPluginInterface
File
- core/
modules/ search/ src/ Plugin/ ConfigurableSearchPluginInterface.php, line 13
Namespace
Drupal\search\PluginView source
interface ConfigurableSearchPluginInterface extends ConfigurableInterface, DependentPluginInterface, ConfigurablePluginInterface, PluginFormInterface, SearchInterface {
/**
* Sets the ID for the search page using this plugin.
*
* @param string $search_page_id
* The search page ID.
*
* @return static
*/
public function setSearchPageId($search_page_id);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfigurableInterface:: |
public | function | Gets default configuration for this plugin. | 11 |
ConfigurableInterface:: |
public | function | Gets this plugin's configuration. | 12 |
ConfigurableInterface:: |
public | function | Sets the configuration for this plugin instance. | 12 |
ConfigurableSearchPluginInterface:: |
public | function | Sets the ID for the search page using this plugin. | 1 |
DependentPluginInterface:: |
public | function | Calculates dependencies for the configured plugin. | 19 |
PluginFormInterface:: |
public | function | Form constructor. | 36 |
PluginFormInterface:: |
public | function | Form submission handler. | 32 |
PluginFormInterface:: |
public | function | Form validation handler. | 18 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |
SearchInterface:: |
public | function | Executes the search and builds render arrays for the result items. | 1 |
SearchInterface:: |
public | function | Builds the URL GET query parameters array for search. | 1 |
SearchInterface:: |
public | function | Executes the search. | 4 |
SearchInterface:: |
public | function | Returns the currently set attributes (from the request). | 1 |
SearchInterface:: |
public | function | Returns the searching help. | 1 |
SearchInterface:: |
public | function | Returns the currently set keywords of the plugin instance. | 1 |
SearchInterface:: |
public | function | Returns the current parameters set using setSearch(). | 1 |
SearchInterface:: |
public | function | Returns the search index type this plugin uses. | 1 |
SearchInterface:: |
public | function | Verifies if the values set via setSearch() are valid and sufficient. | 1 |
SearchInterface:: |
public | function | Alters the search form when being built for a given plugin. | 1 |
SearchInterface:: |
public | function | Sets the keywords, parameters, and attributes to be used by execute(). | 1 |
SearchInterface:: |
public | function | Provides a suggested title for a page of search results. | 1 |