You are here

d6_user_contact_settings.yml in Zircon Profile 8

core/modules/user/migration_templates/d6_user_contact_settings.yml

File

core/modules/user/migration_templates/d6_user_contact_settings.yml
View source
  1. id: d6_user_contact_settings
  2. label: User contact settings
  3. migration_tags:
  4. - Drupal 6
  5. source:
  6. plugin: d6_user
  7. constants:
  8. key: contact
  9. module: contact
  10. process:
  11. uid: uid
  12. key: 'constants/key'
  13. module: 'constants/module'
  14. settings:
  15. plugin: skip_row_if_not_set
  16. index: contact
  17. source: data
  18. destination:
  19. plugin: user_data
  20. migration_dependencies:
  21. required:
  22. - d6_user