d7_taxonomy_vocabulary.yml

Same filename and directory in other branches
  1. 9 core/modules/taxonomy/migrations/d7_taxonomy_vocabulary.yml
  2. 8.9.x core/modules/taxonomy/migrations/d7_taxonomy_vocabulary.yml
  3. 10 core/modules/taxonomy/migrations/d7_taxonomy_vocabulary.yml
core/modules/taxonomy/migrations/d7_taxonomy_vocabulary.yml

File

core/modules/taxonomy/migrations/d7_taxonomy_vocabulary.yml

View source
  1. id: d7_taxonomy_vocabulary
  2. label: Taxonomy vocabularies
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. source:
  7. plugin: d7_taxonomy_vocabulary
  8. process:
  9. vid:
  10. plugin: make_unique_entity_field
  11. source: machine_name
  12. entity_type: taxonomy_vocabulary
  13. field: vid
  14. length: 30
  15. migrated: true
  16. label: name
  17. name: name
  18. description: description
  19. weight: weight
  20. destination:
  21. plugin: entity:taxonomy_vocabulary

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.