You are here

service plugin.manager.search_api.data_type in Search API 8

Class

Drupal\search_api\DataType\DataTypePluginManager
6 string references to plugin.manager.search_api.data_type
AggregatedFieldsTest::setUp in tests/src/Unit/Processor/AggregatedFieldsTest.php
Creates a new processor object for use in the tests.
Database::create in modules/search_api_db/src/Plugin/search_api/backend/Database.php
Creates an instance of the plugin.
Database::getDataTypePluginManager in modules/search_api_db/src/Plugin/search_api/backend/Database.php
Retrieves the data type plugin manager.
Field::getDataTypeManager in src/Item/Field.php
Retrieves the data type manager.
IndexFieldsForm::create in src/Form/IndexFieldsForm.php
Instantiates a new instance of this class.

... See full list

File

./search_api.services.yml
search_api.services.yml

View source
  1. class: Drupal\search_api\DataType\DataTypePluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@event_dispatcher'