Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
migration system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2015 at 15:00 UTC
Updated:
6 Jan 2016 at 16:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lars toomre commentedHere is a patch that covers fourteen files in the migrate/src/Plugin/build and Plugin/destination directories. This issue is related to #2624660: Some fixes to migrate/src/Plugin/*.php files, #2624640: Fixes to docs and code style for migrate/src/*.php files, #2621486: Fixes to migrate/tests/src/Unit/*.php files and #2609590: Correct incorrect use of 'id' string in migration system. In combination they fix up most of the docblock issues in the migrate module and have been created so that they are manageable in size to review and commit.
Comment #3
benjy commentedThanks.
Comment #5
lars toomre commentedPatch in #2 no longer applied. Here is a re-roll.
Comment #6
quietone commentedReroll looks good, thank you, changes are due to #2609590: Correct incorrect use of 'id' string in migration system being fixed.
So, back to RTBC.
Comment #7
alexpottCommitted 6fc83e4 and pushed to 8.0.x and 8.1.x. Thanks!