You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
946 B

4 years ago
  1. uuid: 85855ff3-8111-48ad-9d3a-b3a5f7442bea
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d7_taxonomy_vocabulary
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 7'
  11. - Configuration
  12. migration_group: migrate_drupal_7
  13. label: 'Taxonomy vocabularies'
  14. source:
  15. plugin: d7_taxonomy_vocabulary
  16. process:
  17. vid:
  18. -
  19. plugin: make_unique_entity_field
  20. source: machine_name
  21. entity_type: taxonomy_vocabulary
  22. field: vid
  23. length: 30
  24. migrated: true
  25. -
  26. plugin: forum_vocabulary
  27. machine_name: forums
  28. label:
  29. -
  30. plugin: get
  31. source: name
  32. name:
  33. -
  34. plugin: get
  35. source: name
  36. description:
  37. -
  38. plugin: get
  39. source: description
  40. weight:
  41. -
  42. plugin: get
  43. source: weight
  44. destination:
  45. plugin: 'entity:taxonomy_vocabulary'
  46. migration_dependencies:
  47. required: { }
  48. optional: { }