Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
migration system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2016 at 16:07 UTC
Updated:
17 Feb 2016 at 18:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mallezieAnd a patch.
Comment #3
mikeryanSlight misdiagnosis, but the patch is good. The reason returning the member variable doesn't work in the UI is that it's not set in that case - it's only set when actually running a migration process. Returning $this->query() is correct for retrieving the query in all contexts.
Comment #4
catchCommitted/pushed to 8.1.x and cherry-picked to 8.0.x. Thanks!