Drupal 9: Map Multiple Migration Sources Against A Single Field

This will map the results of two different migrations from two different fields to a single field in a new entity.

process:
  field_page_ref:
    - plugin: migration_lookup
      migration:
        - event
        - news
      source_ids:
        event:
          - field_og_event_ref/0/target_id
        news:
          - field_og_news_ref/0/target_id

 

Add new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
9 + 6 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.