@trigger_error('Relying on mapping NULL values via an empty string map key in '.__CLASS__.'::transform() is deprecated in drupal:11.3.0 and will trigger a Drupal\migrate\MigrateSkipRowException from drupal:12.0.0. Set the empty string map value as the "default_value" in the plugin configuration. See https://www.drupal.org/node/3557003',E_USER_DEPRECATED);
// Preserve the current behavior of returning the value mapped to an
thrownewMigrateSkipRowException(sprintf("No static mapping possible for NULL and no default value provided for destination '%s'.",$destination_property));
$this->expectDeprecation('Relying on mapping NULL values via an empty string map key in Drupal\migrate\Plugin\migrate\process\StaticMap::transform() is deprecated in drupal:11.3.0 and will trigger a Drupal\migrate\MigrateSkipRowException from drupal:12.0.0. Set the empty string map value as the "default_value" in the plugin configuration. See https://www.drupal.org/node/3557003');