You are here

d6_user_contact_settings.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/user/migrations/d6_user_contact_settings.yml
core/modules/user/migrations/d6_user_contact_settings.yml

File

core/modules/user/migrations/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. - Content
  6. source:
  7. plugin: d6_user
  8. constants:
  9. key: contact
  10. module: contact
  11. process:
  12. uid: uid
  13. key: 'constants/key'
  14. module: 'constants/module'
  15. settings:
  16. plugin: skip_row_if_not_set
  17. index: contact
  18. source: data
  19. destination:
  20. plugin: user_data
  21. migration_dependencies:
  22. required:
  23. - d6_user