migrate_plus.migration.upgrade_user_picture_entity_display.yml 950 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. uuid: 561e5bcd-c778-4eca-a691-ed2db0e0a089
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_user_picture_entity_display
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. - 'Drupal 7'
  12. migration_group: migrate_drupal_6
  13. label: 'User picture display configuration'
  14. source:
  15. plugin: user_picture_instance
  16. constants:
  17. entity_type: user
  18. bundle: user
  19. view_mode: default
  20. name: user_picture
  21. type: image
  22. options:
  23. label: hidden
  24. settings:
  25. image_style: ''
  26. image_link: content
  27. process:
  28. entity_type: constants/entity_type
  29. bundle: constants/bundle
  30. view_mode: constants/view_mode
  31. field_name: constants/name
  32. type: constants/type
  33. options: constants/options
  34. options/type: '@type'
  35. destination:
  36. plugin: component_entity_display
  37. migration_dependencies:
  38. required:
  39. - upgrade_user_picture_field_instance
  40. optional: { }