d7_comment_entity_translation.yml
Same filename in other branches
File
-
core/
modules/ content_translation/ migrations/ d7_comment_entity_translation.yml
View source
- id: d7_comment_entity_translation
- label: Comment entity translations
- migration_tags:
- - Drupal 7
- - translation
- - Content
- class: Drupal\comment\Plugin\migrate\D7Comment
- source:
- plugin: d7_comment_entity_translation
- process:
- cid: entity_id
- subject: subject
- langcode: language
- uid: uid
- status: status
- created: created
- changed: changed
- content_translation_source: source
- content_translation_outdated: translate
- destination:
- plugin: entity:comment
- translations: true
- destination_module: content_translation
- migration_dependencies:
- required:
- - language
- - d7_entity_translation_settings
- - d7_comment
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.