You are here

public function SolrProcessorInterface::encodeStreamingExpressionValue in Search API Solr 8.3

Same name and namespace in other branches
  1. 8.2 src/SolrProcessorInterface.php \Drupal\search_api_solr\SolrProcessorInterface::encodeStreamingExpressionValue()
  2. 4.x src/SolrProcessorInterface.php \Drupal\search_api_solr\SolrProcessorInterface::encodeStreamingExpressionValue()

Encodes a streaming expression value.

Parameters

string $value: The string to be encoded.

Return value

string|null The encoded string.

1 method overrides SolrProcessorInterface::encodeStreamingExpressionValue()
DoubleQuoteWorkaround::encodeStreamingExpressionValue in src/Plugin/search_api/processor/DoubleQuoteWorkaround.php
Encodes a streaming expression value.

File

src/SolrProcessorInterface.php, line 32

Class

SolrProcessorInterface
Provides an interface for Search API Solr processor plugins.

Namespace

Drupal\search_api_solr

Code

public function encodeStreamingExpressionValue(string $value);