class FieldFilterRegistry implements FilterRegistryInterface (View source)

Methods

__construct(mixed ...$filters)

FilterRegistry constructor.

addFilter(FieldFilterInterface $filter, string|null $identifier = null)

No description

FieldFilterInterface|null
getFilterByIdentifier(string $identifier)

No description

getAll()

No description

Details

__construct(mixed ...$filters)

FilterRegistry constructor.

Parameters

mixed ...$filters

FilterRegistryInterface addFilter(FieldFilterInterface $filter, string|null $identifier = null)

Parameters

FieldFilterInterface $filter
string|null $identifier

Return Value

FilterRegistryInterface

Exceptions

InvalidArgumentException

FieldFilterInterface|null getFilterByIdentifier(string $identifier)

Parameters

string $identifier

Return Value

FieldFilterInterface|null