Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal