Skip to content
Snippets Groups Projects

Issue #3221516: Improved documentation for...

Issue #3221516: Improved documentation for \Drupal\migrate\Plugin\MigrateDestinationInterface::import's $old_destination_id_values parameter

Closes #3221516

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
98 98 * @param \Drupal\migrate\Row $row
99 99 * The row object.
100 100 * @param array $old_destination_id_values
101 * (optional) The old destination IDs. Defaults to an empty array.
101 * (optional) The previous destination IDs. This parameter represents the values from the migrate map for the destination entity if this source has previously been migrated already. It is empty the first time you migrate a source row, and contains the map's destination ID values on a subsequent update. Defaults to an empty array.
  • quietone added 1852 commits

    added 1852 commits

    Compare with previous version

  • quietone added 1 commit

    added 1 commit

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading