function SearchPluginBase::getKeywords
Same name and namespace in other branches
- 11.x core/modules/search/src/Plugin/SearchPluginBase.php \Drupal\search\Plugin\SearchPluginBase::getKeywords()
File
-
core/
modules/ search/ src/ Plugin/ SearchPluginBase.php, line 61
Class
- SearchPluginBase
- Defines a base class for plugins wishing to support search.
Namespace
Drupal\search\PluginCode
public function getKeywords() {
return $this->keywords;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.