Closed (fixed)
Project:
Drupal core
Version:
8.2.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Nov 2016 at 11:32 UTC
Updated:
18 Nov 2016 at 22:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
klausiComment #3
hardikpandya commentedAdded Patch
Comment #4
mikeryanAyup.
Comment #6
xjmI confirmed that this is the only reference to this property in Migrate, and that it is never set:
So we should indeed remove the property. This fix is also needed in 8.2.x. Since the property is protected, it is internal API, and since it is already removed without BC in 8.2.x, it does not make sense to retain the documentation of it in 8.2.x either.
Committed a772a40 and pushed to 8.3.x and 8.2.x. Thanks!