v4.2.0
Changes to enable removal of CanValidateField
Calling code should replace
$violation = $this->getFieldViolation( $result, 'source_name' );
with
$violation = $result->setSourceForAllViolations( 'source_name' )->getFirstViolation();
Changes to enable removal of CanValidateField
Calling code should replace
$violation = $this->getFieldViolation( $result, 'source_name' );
with
$violation = $result->setSourceForAllViolations( 'source_name' )->getFirstViolation();