You are here

service search_api_solr.streaming_expression_query_helper in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 search_api_solr.services.yml \search_api_solr.streaming_expression_query_helper
  2. 8.2 search_api_solr.services.yml \search_api_solr.streaming_expression_query_helper

Class

Drupal\search_api_solr\Utility\StreamingExpressionQueryHelper
4 string references to search_api_solr.streaming_expression_query_helper
DoubleQuoteWorkaroundTest::setUp in tests/src/Kernel/Processor/DoubleQuoteWorkaroundTest.php
SearchApiSolrCommands::executeRawStreamingExpression in src/Commands/SearchApiSolrCommands.php
Executes a streaming expression from STDIN.
SearchApiSolrTechproductsTest::testStreamingExpressions in tests/src/Kernel/SearchApiSolrTechproductsTest.php
@group not_solr3 @group not_solr4 @group not_solr5
StreamingExpressionTest::setUp in tests/src/Kernel/StreamingExpressionTest.php

File

./search_api_solr.services.yml
search_api_solr.services.yml

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