You are here

sample_lookup_migration.yml in Drupal 9

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

File

core/modules/migrate/tests/modules/migrate_lookup_test/migrations/sample_lookup_migration.yml
View source
  1. id: sample_lookup_migration
  2. label: Sample Lookup Migration
  3. source:
  4. plugin: embedded_data
  5. data_rows:
  6. - id: 17
  7. nid: 1
  8. title: Node 1
  9. - id: 25
  10. nid: 2
  11. title: Node 2
  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