You are here

service search_api.query_helper in Search API 8

Class

Drupal\search_api\Utility\QueryHelper
5 string references to search_api.query_helper
Query::getQueryHelper in src/Query/Query.php
Retrieves the query helper.
QueryTest::testResultsCache in tests/src/Kernel/System/QueryTest.php
Tests that the results cache works correctly.
SearchApiBulkFormTest::createIndexedContent in tests/src/Functional/SearchApiBulkFormTest.php
Creates and indexes test content.
SearchApiCachePluginTrait::getQueryHelper in src/Plugin/views/cache/SearchApiCachePluginTrait.php
Retrieves the query helper.
TestItemsTrait::setUpMockContainer in tests/src/Unit/Processor/TestItemsTrait.php
Adds a container with several mock services commonly needed by our tests.

File

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

View source
  1. class: Drupal\search_api\Utility\QueryHelper
  2. arguments:
  3. - '@request_stack'
  4. - '@module_handler'
  5. - '@plugin.manager.search_api.parse_mode'