[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).