forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
25 lines
427 B
YAML
25 lines
427 B
YAML
id: d7_eck_bundle
|
|
label: ECK Entity type bundles
|
|
migration_tags:
|
|
- Drupal 7
|
|
- Configuration
|
|
source:
|
|
plugin: d7_eck_entity_bundle
|
|
constants:
|
|
type: type
|
|
process:
|
|
name: label
|
|
type: name
|
|
description: label
|
|
entityTypeId:
|
|
plugin: concat
|
|
source:
|
|
- entity_type
|
|
- constants/type
|
|
delimiter: _
|
|
destination:
|
|
plugin: entity:eck_entity_bundle
|
|
migration_dependencies:
|
|
required:
|
|
- d7_eck_type
|