You are here

protected property DummyQuery::$separator in Facets 8

A string that separates the filters in the query string.

Type: string

Overrides UrlProcessorPluginBase::$separator

File

tests/facets_query_processor/src/Plugin/facets/url_processor/DummyQuery.php, line 23

Class

DummyQuery
Query string URL processor.

Namespace

Drupal\facets_query_processor\Plugin\facets\url_processor

Code

protected $separator = '||';