ListFieldFilterInterface
interface ListFieldFilterInterface implements FieldFilterInterface
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