d7_node_entity_translation.yml
Same filename in other branches
File
-
core/
modules/ content_translation/ migrations/ d7_node_entity_translation.yml
View source
- id: d7_node_entity_translation
- label: Node entity translations
- migration_tags:
- - Drupal 7
- - translation
- - Content
- - Multilingual
- deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
- source:
- plugin: d7_node_entity_translation
- process:
- nid: entity_id
- type: type
- langcode: language
- title: title
- uid: uid
- status: status
- created: created
- changed: changed
- promote: promote
- sticky: sticky
- revision_uid: revision_uid
- revision_log: log
- revision_timestamp: timestamp
- content_translation_source: source
- # Boolean indicating whether this translation needs to be updated.
- content_translation_outdated: translate
- destination:
- plugin: entity:node
- translations: true
- destination_module: content_translation
- migration_dependencies:
- required:
- - language
- - d7_entity_translation_settings
- - d7_node
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.