function SearchInterface::getKeywords
Same name in other branches
- 9 core/modules/search/src/Plugin/SearchInterface.php \Drupal\search\Plugin\SearchInterface::getKeywords()
- 8.9.x core/modules/search/src/Plugin/SearchInterface.php \Drupal\search\Plugin\SearchInterface::getKeywords()
- 11.x core/modules/search/src/Plugin/SearchInterface.php \Drupal\search\Plugin\SearchInterface::getKeywords()
Returns the currently set keywords of the plugin instance.
Return value
string The keywords.
1 method overrides SearchInterface::getKeywords()
- SearchPluginBase::getKeywords in core/
modules/ search/ src/ Plugin/ SearchPluginBase.php - Returns the currently set keywords of the plugin instance.
File
-
core/
modules/ search/ src/ Plugin/ SearchInterface.php, line 35
Class
- SearchInterface
- Defines a common interface for all SearchPlugin objects.
Namespace
Drupal\search\PluginCode
public function getKeywords();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.