class AuthorFilter implements FilterInterface
Properties
protected UserRepository | $users |
Methods
string
getFilterKey()
<p>This filter will only be run when a query contains a filter param with this key.</p>
Details
at
line 26
__construct(UserRepository $users)
at
line 31
string
getFilterKey()
<p>This filter will only be run when a query contains a filter param with this key.</p>
at
line 36
filter(FilterState $filterState, string $filterValue, bool $negate)
<p>Filters a query.</p>