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
@@ -358,7 +358,7 @@ public function processRow(Row $row, array $process = NULL, $value = NULL) {
if($multiple&&!$definition['handle_multiples']){
$new_value=[];
if(!is_array($value)){
thrownewMigrateException(sprintf('Pipeline failed for destination %s: %s got instead of an array,',$destination,$value));
thrownewMigrateException(sprintf('Pipeline failed at %s plugin for destination %s: %s received instead of an array,',$plugin->getPluginId(),$destination,$value));
$this->setExpectedException(MigrateException::class,'Pipeline failed at plugin_id plugin for destination destination_id: transform_return_string received instead of an array,');