On v5, when working with custom PHP validation on Submit action, we could populate the array $form->validation_errors['fieldname'] and set an event loader. Is there this kind of array on v6?
$this->errors[] = "new error";