You are here

protected property SearchIndex::$textProcessor in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/search/src/SearchIndex.php \Drupal\search\SearchIndex::textProcessor

The text processor.

Type: \Drupal\search\SearchTextProcessorInterface

File

core/modules/search/src/SearchIndex.php, line 48

Class

SearchIndex
Provides search index management functions.

Namespace

Drupal\search

Code

protected $textProcessor;