Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / taxonomy / migration_templates / d7_taxonomy_vocabulary.yml
diff --git a/web/core/modules/taxonomy/migration_templates/d7_taxonomy_vocabulary.yml b/web/core/modules/taxonomy/migration_templates/d7_taxonomy_vocabulary.yml
deleted file mode 100644 (file)
index 751f018..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-id: d7_taxonomy_vocabulary
-label: Taxonomy vocabularies
-migration_tags:
-  - Drupal 7
-source:
-  plugin: d7_taxonomy_vocabulary
-process:
-  vid:
-    -
-      plugin: make_unique_entity_field
-      source: machine_name
-      entity_type: taxonomy_vocabulary
-      field: vid
-      length: 32
-      migrated: true
-    -
-      # This plugin checks if the vocabulary being migrated is the one used by
-      # Forum. If so, we use the machine name that Forum expects. Otherwise, we
-      # leave it unchanged.
-      plugin: forum_vocabulary
-      machine_name: forums
-  label: name
-  name: name
-  description: description
-  hierarchy: hierarchy
-  weight: weight
-destination:
-  plugin: entity:taxonomy_vocabulary