d6_entity_reference_translation.yml
Same filename in other branches
File
-
core/
modules/ content_translation/ migrations/ d6_entity_reference_translation.yml
View source
- id: d6_entity_reference_translation
- label: Entity reference translations
- migration_tags:
- - Drupal 6
- - Multilingual
- - Follow-up migration
- deriver: Drupal\migrate_drupal\Plugin\migrate\EntityReferenceTranslationDeriver
- provider:
- - content_translation
- - migrate_drupal
- # Supported target types for entity reference translation migrations. The array
- # keys are the supported target types and the values are arrays of migrations
- # to lookup for the translated entity IDs.
- target_types:
- node:
- - d6_node_translation
- - d6_node_complete
- # The source plugin will be set by the deriver.
- source:
- plugin: empty
- key: default
- target: default
- # The process pipeline will be set by the deriver.
- process: []
- # The destination plugin will be set by the deriver.
- destination:
- plugin: null
- migration_dependencies:
- required:
- - language
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.