FieldInterface
interface FieldInterface implements JsonSerializable (View source)
Methods
string
getKey()
Get the field key.
string
getDisplayName()
Get the field display name.
string
renderSearchField()
Generates the HTML for the search form (or an empty string if search is not supported).
loadDataFromRequest(array $request)
Set the search criteria.
Details
string
getKey()
Get the field key.
string
getDisplayName()
Get the field display name.
string
renderSearchField()
Generates the HTML for the search form (or an empty string if search is not supported).
filterList(ItemList $list)
Apply the filter to an ItemList instance.
loadDataFromRequest(array $request)
Set the search criteria.