FilterRegistryInterface
interface FilterRegistryInterface (View source)
Filters for queries are registered as services and retrieved by identifiers.
Registries must implement this interface.
Methods
public
Details
FieldFilterInterface|null
getFilterByIdentifier(string $identifier)
No description
FieldFilterInterface[]
getAll()
No description
FilterRegistryInterface
addFilter(FieldFilterInterface $filter, string|null $identifier = null)
No description