d7_to_d10_migration/drupal10/ref_migrations/migrate_plus.migration.upgrade_d7_field_collection_type.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

34 lines
705 B
YAML

uuid: de3bc34f-ded0-4e1e-9012-ffea66e933d7
langcode: en
status: true
dependencies: { }
id: upgrade_d7_field_collection_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: 'Paragraphs - Field Collection type configuration'
source:
plugin: d7_field_collection_type
add_description: true
process:
id:
-
plugin: get
source: bundle
label:
-
plugin: get
source: name
description:
-
plugin: get
source: description
destination:
plugin: 'entity:paragraphs_type'
migration_dependencies:
required: { }
optional: { }