user_picture_entity_display.yml
Same filename in other branches
File
-
core/
modules/ user/ migrations/ user_picture_entity_display.yml
View source
- id: user_picture_entity_display
- label: User picture display configuration
- migration_tags:
- - Drupal 6
- - Drupal 7
- - Configuration
- source:
- plugin: user_picture_instance
- constants:
- entity_type: user
- bundle: user
- view_mode: default
- name: user_picture
- type: image
- options:
- label: hidden
- settings:
- image_style: ''
- image_link: content
- process:
- entity_type: 'constants/entity_type'
- bundle: 'constants/bundle'
- view_mode: 'constants/view_mode'
- field_name: 'constants/name'
- type: 'constants/type'
- options: 'constants/options'
- 'options/type': '@type'
- destination:
- plugin: component_entity_display
- migration_dependencies:
- required:
- - user_picture_field_instance
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.