function HelpSearch::getType
Same name in other branches
- 9 core/modules/help_topics/src/Plugin/Search/HelpSearch.php \Drupal\help_topics\Plugin\Search\HelpSearch::getType()
- 8.9.x core/modules/help_topics/src/Plugin/Search/HelpSearch.php \Drupal\help_topics\Plugin\Search\HelpSearch::getType()
- 10 core/modules/help/src/Plugin/Search/HelpSearch.php \Drupal\help\Plugin\Search\HelpSearch::getType()
Overrides SearchPluginBase::getType
7 calls to HelpSearch::getType()
- HelpSearch::findResults in core/
modules/ help/ src/ Plugin/ Search/ HelpSearch.php - Finds the search results.
- HelpSearch::indexClear in core/
modules/ help/ src/ Plugin/ Search/ HelpSearch.php - Clears the search index for this plugin.
- HelpSearch::indexStatus in core/
modules/ help/ src/ Plugin/ Search/ HelpSearch.php - Reports the status of indexing.
- HelpSearch::markForReindex in core/
modules/ help/ src/ Plugin/ Search/ HelpSearch.php - Marks the search index for reindexing for this plugin.
- HelpSearch::removeItemsFromIndex in core/
modules/ help/ src/ Plugin/ Search/ HelpSearch.php - Removes an item or items from the search index.
File
-
core/
modules/ help/ src/ Plugin/ Search/ HelpSearch.php, line 169
Class
- HelpSearch
- Handles searching for help using the Search module index.
Namespace
Drupal\help\Plugin\SearchCode
public function getType() {
return $this->getPluginId();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.