d7_eck_translation.yml in Entity Construction Kit (ECK) 8
migrations/d7_eck_translation.yml
File
migrations/d7_eck_translation.ymlView source
- # This is a follow-up migration so that all the ECK entity types exist when
- # the deriver is executed. For custom migration, it's not necessary if
- # destination entity type already exists.
- # @see \Drupal\eck\Plugin\migrate\D7EckType::generateFollowUpMigrations().
- id: d7_eck_translation
- label: ECK Entities
- migration_tags:
- - Drupal 7
- - Content
- - Follow-up migration
- deriver: Drupal\eck\Plugin\migrate\D7EckDeriver
- source:
- plugin: d7_eck_entity_translation
- process:
- # If you are using this file to build a custom migration consider removing
- # id field to allow incremental migrations.
- id: id
- title: title
- langcode:
- plugin: default_value
- source: language
- default_value: "und"
- # The destination plugin is provided via D7EckDeriver.
- # See d7_eck.yml for more details.
- destination:
- translations: true
- migration_dependencies:
- required:
- - d7_eck_type
- - d7_eck_bundle
- - d7_eck
- optional:
- - d7_field_instance