cphalcon icon indicating copy to clipboard operation
cphalcon copied to clipboard

[NFR]: Form class should pass data and entity to beforeValidation and afterValidation

Open wurst-hans opened this issue 3 years ago • 0 comments

I expect that Form::isValid() (see here) should pass whole $data, $entity and $messages to beforeValidation() and afterValidation() methods, similar to Validation::validate() (see here and here).

wurst-hans avatar May 23 '21 08:05 wurst-hans