interface FilterInterface

Methods

string
getFilterKey()

This filter will only be run when a query contains a filter param with this key.

filter(FilterState $filterState, string $filterValue, bool $negate)

Filters a query.

Details

string getFilterKey()

This filter will only be run when a query contains a filter param with this key.

Return Value

string

filter(FilterState $filterState, string $filterValue, bool $negate)

Filters a query.

Parameters

FilterState $filterState
string $filterValue
bool $negate