feat: Add __clone method to ExecutionContext.php so AtLeastOneOfConstraint can work.
Closed
requested to merge issue/drupal-3441434:3441434-add-validation-constraints-child-merged into 11.x
Compare changes
It uses clone to run 'child' validators without adding the violations to the context it executed in.
Closes #3441434