AbstractField
abstract class AbstractField implements FieldInterface (View source)
Properties
protected array | $data | The current search data. |
|
protected array | $requestVariables | The list of all the request variables. |
Methods
string
renderSearchField()
Generates the HTML for the search form (or an empty string if search is not supported).
__construct(array|mixed $data = null)
Initialize the instance.
jsonSerialize()
{@inheritdoc}
loadDataFromRequest(array $request)
Set the search criteria.
Details
string
renderSearchField()
Generates the HTML for the search form (or an empty string if search is not supported).
__construct(array|mixed $data = null)
Initialize the instance.
jsonSerialize()
{@inheritdoc}
loadDataFromRequest(array $request)
Set the search criteria.