You are here

d7_tracker_node.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/tracker/migrations/d7_tracker_node.yml
core/modules/tracker/migrations/d7_tracker_node.yml

File

core/modules/tracker/migrations/d7_tracker_node.yml
View source
  1. id: d7_tracker_node
  2. label: Tracker node
  3. migration_tags:
  4. - Drupal 7
  5. - Content
  6. source:
  7. plugin: d7_tracker_node
  8. process:
  9. nid: nid
  10. published: published
  11. changed: changed
  12. destination:
  13. plugin: entity:node
  14. migration_dependencies:
  15. required:
  16. - d7_user