You are here

protected property Database::$moduleHandler in Search API 8

The module handler to use.

Type: \Drupal\Core\Extension\ModuleHandlerInterface|null

File

modules/search_api_db/src/Plugin/search_api/backend/Database.php, line 107

Class

Database
Indexes and searches items using the database.

Namespace

Drupal\search_api_db\Plugin\search_api\backend

Code

protected $moduleHandler;