Change record status: 
Project: 
Introduced in branch: 
8.x-1.x
Introduced in version: 
8.x-1.0-rc5
Description: 

The Profile module allows the display of a user's profiles on their user page. In previous versions this was done with hook_entity_extra_field_info and hook_user_view . With #2946670: Add computed {$profile_type}_profiles fields to users, use them to render profile data on the user profile, this is now accomplished using computed base fields and field formatters.

If you configured profiles to display on the user page, you will need to re-configure your user view display (at admin/config/people/accounts/display).

Impacts: 
Site builders, administrators, editors
Module developers