class UnreadFilter implements FilterInterface
Methods
string
getFilterKey()
<p>This filter will only be run when a query contains a filter param with this key.</p>
Details
at
line 24
__construct(DiscussionRepository $discussions)
at
line 29
string
getFilterKey()
<p>This filter will only be run when a query contains a filter param with this key.</p>
at
line 34
void
filter(SearchState $state, string|array $value, bool $negate)
<p>Filters a query.</p>