function HelpSearch::markForReindex
Same name in other branches
- 9 core/modules/help_topics/src/Plugin/Search/HelpSearch.php \Drupal\help_topics\Plugin\Search\HelpSearch::markForReindex()
- 10 core/modules/help/src/Plugin/Search/HelpSearch.php \Drupal\help\Plugin\Search\HelpSearch::markForReindex()
- 11.x core/modules/help/src/Plugin/Search/HelpSearch.php \Drupal\help\Plugin\Search\HelpSearch::markForReindex()
Overrides SearchIndexingInterface::markForReindex
File
-
core/
modules/ help_topics/ src/ Plugin/ Search/ HelpSearch.php, line 438
Class
- HelpSearch
- Handles searching for help using the Search module index.
Namespace
Drupal\help_topics\Plugin\SearchCode
public function markForReindex() {
$this->updateTopicList();
$this->searchIndex
->markForReindex($this->getType());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.