You are here

protected property DataTypePluginManager::$dataTypes in Search API 8

Static cache for the data type definitions.

Type: \Drupal\search_api\DataType\DataTypeInterface[]

See also

\Drupal\search_api\DataType\DataTypePluginManager::createInstance()

\Drupal\search_api\DataType\DataTypePluginManager::getInstances()

File

src/DataType/DataTypePluginManager.php, line 29

Class

DataTypePluginManager
Manages data type plugins.

Namespace

Drupal\search_api\DataType

Code

protected $dataTypes;