function NodeSearch::markForReindex

Same name and namespace in other branches
  1. 9 core/modules/node/src/Plugin/Search/NodeSearch.php \Drupal\node\Plugin\Search\NodeSearch::markForReindex()
  2. 8.9.x core/modules/node/src/Plugin/Search/NodeSearch.php \Drupal\node\Plugin\Search\NodeSearch::markForReindex()
  3. 10 core/modules/node/src/Plugin/Search/NodeSearch.php \Drupal\node\Plugin\Search\NodeSearch::markForReindex()

Overrides SearchIndexingInterface::markForReindex

File

core/modules/node/src/Plugin/Search/NodeSearch.php, line 552

Class

NodeSearch
Handles searching for node entities using the Search module index.

Namespace

Drupal\node\Plugin\Search

Code

public function markForReindex() {
    // All NodeSearch pages share a common search index "type" equal to
    // the plugin ID.
    $this->searchIndex
        ->markForReindex($this->getPluginId());
}

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