Skip to content
Snippets Groups Projects
Verified Commit c3f53dc2 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3221516 by quietone, himanshu_jhaloya, smustgrave, Lendude, joachim:...

Issue #3221516 by quietone, himanshu_jhaloya, smustgrave, Lendude, joachim: Improve documentation for $old_destination_id_values in MigrateDestinationInterface

(cherry picked from commit 32e9b0f7)
parent eb84573b
No related branches found
No related tags found
5 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type"
Pipeline #147731 passed with warnings
Pipeline: drupal

#147820

    Pipeline: drupal

    #147811

      Pipeline: drupal

      #147803

        +7
        ...@@ -98,7 +98,9 @@ public function fields(); ...@@ -98,7 +98,9 @@ public function fields();
        * @param \Drupal\migrate\Row $row * @param \Drupal\migrate\Row $row
        * The row object. * The row object.
        * @param array $old_destination_id_values * @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 * @return array|bool
        * An indexed array of destination IDs in the same order as defined in the * An indexed array of destination IDs in the same order as defined in the
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment