Provides a context provider that does nothing. This context provider simply fulfils the interface requirements that FormHelper has.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
bool | bool isRequired(string fieldName) | ||||
Json[string] | Json[string] attributes(string fieldName) | ||||
string[] | string[] fieldNames() | ||||
bool | bool isCreate() | ||||
string | string getRequiredMessage(string fieldName) | ||||
bool | bool hasError(string fieldName) | ||||
Json | Json val(string fieldName, Json[string] options = null) | ||||
string | string type(string fieldName) | ||||
int | int getMaxLength(string fieldName) | ||||
Json[string] | Json[string] error(string fieldName) | ||||
bool | bool isPrimaryKey(string pathToField) |