function SearchIndex::__construct
SearchIndex constructor.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $configFactory: The config factory.
\Drupal\Core\Database\Connection $connection: The database connection.
\Drupal\Core\Database\Connection $replica: The database replica connection.
\Drupal\Core\Cache\CacheTagsInvalidatorInterface $cacheTagsInvalidator: The cache tags invalidator.
\Drupal\search\SearchTextProcessorInterface $textProcessor: The text processor.
\Drupal\Component\Datetime\TimeInterface $time: The time service
File
-
core/
modules/ search/ src/ SearchIndex.php, line 32
Class
- SearchIndex
- Provides search index management functions.
Namespace
Drupal\searchCode
public function __construct(ConfigFactoryInterface $configFactory, Connection $connection, Connection $replica, CacheTagsInvalidatorInterface $cacheTagsInvalidator, SearchTextProcessorInterface $textProcessor, TimeInterface $time) {
}