d6_profile_values.yml

Same filename in other branches
  1. 9 core/modules/user/migrations/d6_profile_values.yml
  2. 8.9.x core/modules/user/migrations/d6_profile_values.yml
  3. 11.x core/modules/user/migrations/d6_profile_values.yml
core/modules/user/migrations/d6_profile_values.yml

File

core/modules/user/migrations/d6_profile_values.yml

View source
  1. id: d6_profile_values
  2. label: Profile values
  3. class: Drupal\user\Plugin\migrate\ProfileValues
  4. migration_tags:
  5. - Drupal 6
  6. - Content
  7. source:
  8. plugin: d6_profile_field_values
  9. process:
  10. uid: uid
  11. destination:
  12. plugin: entity:user
  13. migration_dependencies:
  14. required:
  15. - d6_user
  16. - user_profile_field_instance
  17. - user_profile_entity_display
  18. - user_profile_entity_form_display

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.