You are here

sample_lookup_migration_2.yml in Drupal 9

core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_2.yml

File

core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration_2.yml
View source
  1. id: sample_lookup_migration_2
  2. label: Sample Lookup Migration
  3. source:
  4. plugin: embedded_data
  5. data_rows:
  6. - id: 27
  7. nid: 3
  8. title: Node 3
  9. - id: 35
  10. nid: 4
  11. title: Node 4
  12. ids:
  13. id:
  14. type: integer
  15. process:
  16. nid: nid
  17. title: title
  18. destination:
  19. default_bundle: node_lookup
  20. plugin: entity:node