$fieldClass->errors()
Runs all validations and returns an array of error messages
$fieldClass->errors(): array
Return type
array
This method modifies the existing $fieldclass
object it is applied to and returns it again.
Runs all validations and returns an array of error messages
$fieldClass->errors(): array
array
This method modifies the existing $fieldclass
object it is applied to and returns it again.