ListFieldFilterInterface
interface ListFieldFilterInterface implements FieldFilterInterface (View source)
A special type of filter that accepts list values
Methods
DataList
applyInclusion(DataList $list, string $fieldName, string $value)
No description
from
FieldFilterInterface
DataList
applyExclusion(DataList $list, string $fieldName, string $value)
No description
from
FieldFilterInterface