user.install

Install, update and uninstall functions for the user module.

File

drupal/core/modules/user/user.install
View source

Functions

Namesort descending Description
user_install Implements hook_install().
user_schema Implements hook_schema().
user_update_8000 The 'Member for' extra field has moved one level up in the array.
user_update_8001 Splits {users}.language field to langcode and preferred_langcode.
user_update_8002 Replace serial role IDs with machine name strings.
user_update_8003 Create a UUID column for users.
user_update_8004 Moves account settings from variable to config.
user_update_8005 Creates a preferred_admin_langcode column.
user_update_8006 Moves user mail settings from variable to config.
user_update_8007 Moves login flood settings from variable to config.
user_update_8008 Make *id fields unsigned.
user_update_8009 Generate a UUID for all users.
user_update_8010 Moves user_block_* settings from variable to config.
user_update_8011 Create user picture field.
user_update_8012 Migrate {users}.picture to 'user_picture' image field.
user_update_8013 Deletes {users}.picture field.
user_update_8014 Create new {users_data} table.
user_update_8015 Move existing {users}.data into {_d7_users_data} migration table.
user_update_8016 Drop {users}.data column.
_user_install_picture_field Creates a user picture image field for the User entity.