function HelpSearch::getType

Same name and namespace in other branches
  1. 9 core/modules/help_topics/src/Plugin/Search/HelpSearch.php \Drupal\help_topics\Plugin\Search\HelpSearch::getType()
  2. 8.9.x core/modules/help_topics/src/Plugin/Search/HelpSearch.php \Drupal\help_topics\Plugin\Search\HelpSearch::getType()
  3. 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.

... See full list

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\Search

Code

public function getType() {
    return $this->getPluginId();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.