You are here

d6_aggregator_item.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/aggregator/migrations/d6_aggregator_item.yml
core/modules/aggregator/migrations/d6_aggregator_item.yml

File

core/modules/aggregator/migrations/d6_aggregator_item.yml
View source
  1. id: d6_aggregator_item
  2. label: Aggregator items
  3. audit: true
  4. migration_tags:
  5. - Drupal 6
  6. - Content
  7. source:
  8. plugin: aggregator_item
  9. process:
  10. iid: iid
  11. fid:
  12. plugin: migration_lookup
  13. migration: d6_aggregator_feed
  14. source: fid
  15. title: title
  16. link: link
  17. author: author
  18. description: description
  19. timestamp: timestamp
  20. guid: guid
  21. destination:
  22. plugin: entity:aggregator_item
  23. migration_dependencies:
  24. required:
  25. - d6_aggregator_feed