Loading core/modules/migrate/src/Plugin/MigrateDestinationInterface.php +8 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,14 @@ public function fields(); * plugin's getIds() method if the plugin wants to save the IDs to the ID * map, TRUE to indicate success without saving IDs to the ID map, or * FALSE to indicate a failure. * * @throws \Drupal\migrate\MigrateException * Throws an exception if there is a problem importing the row. By default, * this causes the migration system to treat this row as having failed; * however, any \Drupal\migrate\Plugin\MigrateIdMapInterface status constant * can be set using the $status parameter of * \Drupal\migrate\MigrateException, such as * \Drupal\migrate\Plugin\MigrateIdMapInterface::STATUS_IGNORED. */ public function import(Row $row, array $old_destination_id_values = []); Loading Loading
core/modules/migrate/src/Plugin/MigrateDestinationInterface.php +8 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,14 @@ public function fields(); * plugin's getIds() method if the plugin wants to save the IDs to the ID * map, TRUE to indicate success without saving IDs to the ID map, or * FALSE to indicate a failure. * * @throws \Drupal\migrate\MigrateException * Throws an exception if there is a problem importing the row. By default, * this causes the migration system to treat this row as having failed; * however, any \Drupal\migrate\Plugin\MigrateIdMapInterface status constant * can be set using the $status parameter of * \Drupal\migrate\MigrateException, such as * \Drupal\migrate\Plugin\MigrateIdMapInterface::STATUS_IGNORED. */ public function import(Row $row, array $old_destination_id_values = []); Loading