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).

filterList(ItemList $list)

Apply the filter to an ItemList instance.

loadDataFromRequest(array $request)

Set the search criteria.

Details

string getKey()

Get the field key.

Return Value

string

string getDisplayName()

Get the field display name.

Return Value

string

string renderSearchField()

Generates the HTML for the search form (or an empty string if search is not supported).

Return Value

string

filterList(ItemList $list)

Apply the filter to an ItemList instance.

Parameters

ItemList $list

loadDataFromRequest(array $request)

Set the search criteria.

Parameters

array $request