Mercurial > hg > isophonics-drupal-site
annotate core/modules/user/migrations/d6_profile_values.yml @ 15:e200cb7efeb3
Update Drupal core to 8.5.3 via Composer
author | Chris Cannam |
---|---|
date | Thu, 26 Apr 2018 11:26:54 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@14 | 1 id: d6_profile_values |
Chris@14 | 2 label: Profile values |
Chris@14 | 3 class: Drupal\user\Plugin\migrate\ProfileValues |
Chris@14 | 4 migration_tags: |
Chris@14 | 5 - Drupal 6 |
Chris@14 | 6 - Content |
Chris@14 | 7 source: |
Chris@14 | 8 plugin: d6_profile_field_values |
Chris@14 | 9 process: |
Chris@14 | 10 uid: uid |
Chris@14 | 11 destination: |
Chris@14 | 12 plugin: entity:user |
Chris@14 | 13 migration_dependencies: |
Chris@14 | 14 required: |
Chris@14 | 15 - d6_user |
Chris@14 | 16 - user_profile_field_instance |
Chris@14 | 17 - user_profile_entity_display |
Chris@14 | 18 - user_profile_entity_form_display |