Postponed on #2935951: Copy migrate source plugin from migrate_drupal_d8 into migrate_drupal
Problem/Motivation
In #30 of the parent issue phenaproxima suggested a plan for handling entity references, links, menu_items, user_ratings.
The issue is for working on the entity_reference fields.
Proposed resolution
The issue proposed solution is:
Let's create more migrations to deal with this. They would have to run after the node migrations (d6_node:*, d7_node:*, and their ilk), which we can accomplish using the existing migration dependency system. They could easily loop through all entity reference fields, and then simply use the migration_lookup plugin to adjust the value.
Remaining tasks
Write the test and patch
Test it some more
Commit it!
User interface changes
N/A
API changes
N/A
Data model changes
N/A