Loading core/modules/migrate/src/Plugin/MigrateDestinationInterface.php +3 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,9 @@ public function fields(); * @param \Drupal\migrate\Row $row * The row object. * @param array $old_destination_id_values * (optional) The old destination IDs. Defaults to an empty array. * (optional) The destination IDs from the previous import of this source * row. This is empty the first time a source row is migrated. Defaults to * an empty array. * * @return array|bool * An indexed array of destination IDs in the same order as defined in the Loading Loading
core/modules/migrate/src/Plugin/MigrateDestinationInterface.php +3 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,9 @@ public function fields(); * @param \Drupal\migrate\Row $row * The row object. * @param array $old_destination_id_values * (optional) The old destination IDs. Defaults to an empty array. * (optional) The destination IDs from the previous import of this source * row. This is empty the first time a source row is migrated. Defaults to * an empty array. * * @return array|bool * An indexed array of destination IDs in the same order as defined in the Loading