You are here

service search_api.data_type_helper in Search API 8

Class

Drupal\search_api\Utility\DataTypeHelper
9 string references to search_api.data_type_helper
Database::create in modules/search_api_db/src/Plugin/search_api/backend/Database.php
Creates an instance of the plugin.
Database::getDataTypeHelper in modules/search_api_db/src/Plugin/search_api/backend/Database.php
Retrieves the data type helper.
FieldsProcessorPluginBase::create in src/Processor/FieldsProcessorPluginBase.php
Creates an instance of the plugin.
FieldsProcessorPluginBase::getDataTypeHelper in src/Processor/FieldsProcessorPluginBase.php
Retrieves the data type helper.
Highlight::getDataTypeHelper in src/Plugin/search_api/processor/Highlight.php
Retrieves the data type helper.

... See full list

File

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

View source
  1. class: Drupal\search_api\Utility\DataTypeHelper
  2. arguments:
  3. - '@module_handler'
  4. - '@event_dispatcher'
  5. - '@plugin.manager.search_api.data_type'