public function SearchPageInterface::setPlugin in Drupal 10
Same name and namespace in other branches
- 8 core/modules/search/src/SearchPageInterface.php \Drupal\search\SearchPageInterface::setPlugin()
- 9 core/modules/search/src/SearchPageInterface.php \Drupal\search\SearchPageInterface::setPlugin()
Sets the search plugin.
Parameters
string $plugin_id: The search plugin ID.
1 method overrides SearchPageInterface::setPlugin()
- SearchPage::setPlugin in core/
modules/ search/ src/ Entity/ SearchPage.php - Sets the search plugin.
File
- core/
modules/ search/ src/ SearchPageInterface.php, line 26
Class
- SearchPageInterface
- Provides an interface defining a search page entity.
Namespace
Drupal\searchCode
public function setPlugin($plugin_id);