FilterableByValueInterface
interface FilterableByValueInterface (View source)
Attribute controllers should implement this interface if they want to make it possible to filter a result list by the exact value of an attribute. This enables support things like unique/SKU filtering in Express.
Methods
mixed
Details
mixed
filterByExactValue($list, mixed|AbstractValue $value)
Filters list by exact value