Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HelpSearch.php

function HelpSearch::markForReindex

Overrides SearchIndexingInterface::markForReindex

File

core/modules/help/src/Plugin/Search/HelpSearch.php, line 457

Class

HelpSearch
Handles searching for help using the Search module index.

Namespace

Drupal\help\Plugin\Search

Code

public function markForReindex() {
    $this->updateTopicList();
    $this->searchIndex
        ->markForReindex($this->getType());
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal