You are here

protected property SearchIndex::$configFactory in Drupal 9

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

The config factory.

Type: \Drupal\Core\Config\ConfigFactoryInterface

File

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

Class

SearchIndex
Provides search index management functions.

Namespace

Drupal\search

Code

protected $configFactory;