You are here

protected property Database::$dataTypePluginManager in Search API 8

The data type plugin manager to use.

Type: \Drupal\search_api\DataType\DataTypePluginManager

File

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

Class

Database
Indexes and searches items using the database.

Namespace

Drupal\search_api_db\Plugin\search_api\backend

Code

protected $dataTypePluginManager;