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