mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 23:24:34 +00:00
Add upgrade_d7_taxonomy_vocabulary configuration migration
Copied from ref_migrations folder
This commit is contained in:
parent
1ea928ff32
commit
4a5ed8c868
1 changed files with 45 additions and 0 deletions
|
@ -0,0 +1,45 @@
|
||||||
|
uuid: f39226da-7e91-430c-91ca-438aa6005c66
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: upgrade_d7_taxonomy_vocabulary
|
||||||
|
class: Drupal\migrate\Plugin\Migration
|
||||||
|
field_plugin_method: null
|
||||||
|
cck_plugin_method: null
|
||||||
|
migration_tags:
|
||||||
|
- 'Drupal 7'
|
||||||
|
- Configuration
|
||||||
|
migration_group: migrate_drupal_7
|
||||||
|
label: 'Taxonomy vocabularies'
|
||||||
|
source:
|
||||||
|
plugin: d7_taxonomy_vocabulary
|
||||||
|
process:
|
||||||
|
vid:
|
||||||
|
-
|
||||||
|
plugin: make_unique_entity_field
|
||||||
|
source: machine_name
|
||||||
|
entity_type: taxonomy_vocabulary
|
||||||
|
field: vid
|
||||||
|
length: 30
|
||||||
|
migrated: true
|
||||||
|
label:
|
||||||
|
-
|
||||||
|
plugin: get
|
||||||
|
source: name
|
||||||
|
name:
|
||||||
|
-
|
||||||
|
plugin: get
|
||||||
|
source: name
|
||||||
|
description:
|
||||||
|
-
|
||||||
|
plugin: get
|
||||||
|
source: description
|
||||||
|
weight:
|
||||||
|
-
|
||||||
|
plugin: get
|
||||||
|
source: weight
|
||||||
|
destination:
|
||||||
|
plugin: 'entity:taxonomy_vocabulary'
|
||||||
|
migration_dependencies:
|
||||||
|
required: { }
|
||||||
|
optional: { }
|
Loading…
Reference in a new issue