interface FieldValidationInterface implements ValidationInterface (View source)

Interface for fields e.g. a DBField or FormField, that can use FieldValidator's Intended for use on classes that have the FieldValidationTrait applied

Methods

public
validate()

No description

public
string
getName()

No description

public
mixed
getValue()

No description

public
mixed
getValueForValidation()

No description

Details

ValidationResult validate()

No description

Return Value

ValidationResult

string getName()

No description

Return Value

string

mixed getValue()

No description

Return Value

mixed

mixed getValueForValidation()

No description

Return Value

mixed