Description

Provides a context provider that does nothing. This context provider simply fulfils the interface requirements that FormHelper has.

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
boolbool isRequired(string fieldName)
Json[string]Json[string] attributes(string fieldName)
string[]string[] fieldNames()
boolbool isCreate()
stringstring getRequiredMessage(string fieldName)
boolbool hasError(string fieldName)
JsonJson val(string fieldName, Json[string] options = null)
stringstring type(string fieldName)
intint getMaxLength(string fieldName)
Json[string]Json[string] error(string fieldName)
boolbool isPrimaryKey(string pathToField)