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.
 
 

47 lines
942 B

uuid: f3d81028-4d35-43fb-9d60-7fba1a232188
langcode: en
status: true
dependencies: { }
id: upgrade_d7_comment_type
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'Comment type'
source:
plugin: d7_node_type
constants:
entity_type: node
id_prefix: comment_node_
label_suffix: comment
process:
target_entity_type_id:
-
plugin: get
source: constants/entity_type
id:
-
plugin: concat
source:
- constants/id_prefix
- type
-
plugin: static_map
bypass: true
map:
comment_node_forum: comment_forum
label:
-
plugin: concat
source:
- name
- constants/label_suffix
delimiter: ' '
destination:
plugin: 'entity:comment_type'
migration_dependencies:
required: { }
optional: { }