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
filterByExactValue($list, mixed|AbstractValue $value)

Filters list by exact value

Details

mixed filterByExactValue($list, mixed|AbstractValue $value)

Filters list by exact value

Parameters

$list
mixed|AbstractValue $value

Return Value

mixed