2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
@@ -136,7 +136,7 @@ public function transform($value, MigrateExecutableInterface $migrate_executable
thrownewMigrateException(sprintf('Format date plugin could not transform "%s" using the format "%s". Error: %s',$value,$fromFormat,$e->getMessage()),$e->getCode(),$e);
}
catch(\UnexpectedValueException$e){
thrownewMigrateException(sprintf('Format date plugin could not transform "%s" using the format "%s". Error: %s',$value,$fromFormat,$e->getMessage()),$e->getCode(),$e);
thrownewMigrateException(sprintf('Format date plugin could not transform "%s" using the format "%s" for destination "%s". Error: %s',$value,$fromFormat,$destination_property,$e->getMessage()),$e->getCode(),$e);
$this->setExpectedException(MigrateException::class,'Format date plugin could not transform "01/05/55" using the format "m/d/Y" for destination "field_date". Error: The created date does not match the input value.');