SearchProviderInterface
Interface to declare a search provider used for the backend search
Interface may change in further iterations, do not rely on it
Table of Contents
Methods
- count() : int
- find() : array<string|int, ResultItem>
- getFilterLabel() : string
Methods
count()
public
count(SearchDemand $searchDemand) : int
Parameters
- $searchDemand : SearchDemand
Return values
intfind()
public
find(SearchDemand $searchDemand) : array<string|int, ResultItem>
Parameters
- $searchDemand : SearchDemand
Return values
array<string|int, ResultItem>getFilterLabel()
public
getFilterLabel() : string