d7_to_d10_migration/drupal10/ref_migrations/migrate_plus.migration.upgrade_d7_field_group_node_session.yml
Mauricio Dinarte f4bd2062fa Add generated migrations
Migrations created with the migrate_upgrade module using the command

```
drush --yes migrate:upgrade
  --legacy-db-key='migrate'
  --legacy-root='http://ddev-migration-drupal7-web'
  --configure-only
```
2024-07-22 21:38:36 -06:00

61 lines
1.2 KiB
YAML

uuid: 74cd412f-588d-41f7-830a-3f69085156c0
langcode: en
status: true
dependencies: { }
id: upgrade_d7_field_group_node_session
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'Field groups of node (bundle: session)'
source:
plugin: d7_field_group
entity_type: node
bundle: session
process:
entity_type:
-
plugin: get
source: entity_type
-
plugin: static_map
map:
field_collection_item: paragraph
paragraphs_item: paragraph
bypass: true
bundle:
-
plugin: get
source: bundle
mode:
-
plugin: static_map
source: mode
bypass: true
map:
form: default
type:
-
plugin: static_map
source: mode
default_value: entity_view_display
map:
form: entity_form_display
group_name:
-
plugin: get
source: group_name
settings:
-
plugin: get
source: settings
destination:
plugin: d7_field_group
migration_dependencies:
required:
- upgrade_d7_view_modes
optional:
- upgrade_d7_field_collection_type