d6_webform_submission.yml in Webform: Migrate 8.2
Same filename and directory in other branches
migrations/d6_webform_submission.yml
File
migrations/d6_webform_submission.ymlView source
- id: d6_webform_submission
- label: 'Webform Form Submission'
- migration_tags:
- - 'Drupal 6'
- - Content
- source:
- plugin: d6_webform_submission
- process:
- sid: sid
- webform_id: webform_id
- uri: webform_uri
- created: submitted
- completed: submitted
- changed: submitted
- in_draft: is_draft
- current_page: {}
- remote_addr: remote_addr
- uid: uid
- langcode:
- plugin: default_value
- default_value: 'en'
- entity_type:
- plugin: default_value
- default_value: 'node'
- entity_id: nid
- sticky: {}
- notes: {}
- serial: {}
- data: webform_data
- destination:
- plugin: 'entity:webform_submission'
- migration_dependencies:
- required:
- - d6_webform