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
913 B

uuid: 82e68a1c-7ad8-4ff9-8b89-47d36541f31c
langcode: en
status: true
dependencies: { }
id: upgrade_d7_node_title_label
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'Node title label'
source:
plugin: d7_node_type
constants:
entity_type: node
field_name: title
process:
label:
-
plugin: static_map
source: title_label
bypass: true
map:
Title: 0
-
plugin: skip_on_empty
method: row
entity_type:
-
plugin: get
source: constants/entity_type
bundle:
-
plugin: get
source: type
field_name:
-
plugin: get
source: constants/field_name
destination:
plugin: 'entity:base_field_override'
migration_dependencies:
required:
- upgrade_d7_node_type
optional: { }