You are here

d7_taxonomy_term.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/taxonomy/migration_templates/d7_taxonomy_term.yml
core/modules/taxonomy/migration_templates/d7_taxonomy_term.yml

File

core/modules/taxonomy/migration_templates/d7_taxonomy_term.yml
View source
  1. id: d7_taxonomy_term
  2. label: Taxonomy terms
  3. migration_tags:
  4. - Drupal 7
  5. source:
  6. plugin: taxonomy_term
  7. process:
  8. tid: tid
  9. vid:
  10. plugin: migration
  11. migration: d7_taxonomy_vocabulary
  12. source: vid
  13. name: name
  14. description: description
  15. weight: weight
  16. parent:
  17. plugin: migration
  18. migration: d7_taxonomy_term
  19. source: parent
  20. changed: timestamp
  21. destination:
  22. plugin: entity:taxonomy_term
  23. migration_dependencies:
  24. required:
  25. - d7_taxonomy_vocabulary