user_update_1006 |
core/modules/user/user.install |
Moves user picture settings from variable to config. |
user_update_1007 |
core/modules/user/user.install |
Convert user roles to configuration files. |
user_update_1008 |
core/modules/user/user.install |
Update views that used the old role ID handlers to use role name instead. |
user_update_1009 |
core/modules/user/user.install |
Create the default view for user administration. |
user_update_1010 |
core/modules/user/user.install |
Set default option for login method to use accounts only. |
user_update_1011 |
core/modules/user/user.install |
Update 'People' menus to 'User accounts'. |
user_update_1012 |
core/modules/user/user.install |
Update 'Find user accounts' to 'Manage user accounts' |
user_update_1013 |
core/modules/user/user.install |
Grant accounts with 'administer permissions' the new 'assign roles' permission. |
user_update_1014 |
core/modules/user/user.install |
Fixes system email line breaks. |
user_update_1015 |
core/modules/user/user.install |
Change label 'Name' to 'Username' for clarity on user admin view. |
user_update_1016 |
core/modules/user/user.install |
Creates the table to enable caching of User entities. |
user_update_1017 |
core/modules/user/user.install |
Add admin mail text for pending approval. |
user_update_1018 |
core/modules/user/user.install |
Set default values for core password constraints. |
user_update_1019 |
core/modules/user/user.install |
Set the "user_admin_role" attribute to "0" (disabled) if it's missing. |
user_update_1020 |
core/modules/user/user.install |
Make sure that all config translatables are set for user mails. |
user_update_1021 |
core/modules/user/user.install |
Make sure that generation of automatic path alias is enabled for user 1. |
user_update_1022 |
core/modules/user/user.install |
Moves the "log_user_flood_control" variable to config. |
user_update_1023 |
core/modules/user/user.install |
Add default descriptions to user roles. |
user_update_1024 |
core/modules/user/user.install |
Add a "changed" column to the "users" table. |
user_update_1025 |
core/modules/user/user.install |
Add a "changed" column to the user_admin View. |
user_update_1026 |
core/modules/user/user.install |
Correct the default config value for the "flood_uid_only" setting. |
user_update_dependencies |
core/modules/user/user.install |
Implements hook_update_dependencies(). |
user_user_flood_control |
core/modules/user/user.module |
Implements hook_user_flood_control(). |
user_user_login_paths |
core/modules/user/user.module |
Implements hook_user_login_paths(). |
user_user_view |
core/modules/user/user.module |
Implements hook_user_view(). |
user_validate_current_pass |
core/modules/user/user.module |
Form validation handler for the current password on the user_account_form(). |
user_validate_name |
core/modules/user/user.module |
Verify the syntax of the given name. |
user_validate_picture |
core/modules/user/user.module |
Validates an image uploaded by a user. |
user_view |
core/modules/user/user.module |
Generate an array for rendering the given user. |
user_views_api |
core/modules/user/user.module |
Implements hook_views_api(). |
user_views_data |
core/modules/user/views/user.views.inc |
Implements hook_views_data(). |
user_views_plugins |
core/modules/user/views/user.views.inc |
Implements hook_views_plugins(). |
user_views_query_substitutions |
core/modules/user/views/user.views.inc |
Allow replacement of current user ID so we can cache these queries. |
user_view_access |
core/modules/user/user.module |
User view access callback. |
user_view_page |
core/modules/user/user.module |
Page callback wrapper for user_view(). |
Uuid::determinePlugin |
core/includes/uuid.inc |
Determines the optimal implementation to use for generating UUIDs. |
Uuid::generate |
core/includes/uuid.inc |
Generates an universally unique identifier. |
Uuid::isValid |
core/includes/uuid.inc |
Check that a string appears to be in the format of a UUID. |
Uuid::__construct |
core/includes/uuid.inc |
This constructor instantiates the correct UUID object. |
UuidCom::generate |
core/includes/uuid.inc |
Generates a Universally Unique IDentifier (UUID). |
UuidInterface::generate |
core/includes/uuid.inc |
Generates a Universally Unique IDentifier (UUID). |
UuidPecl::generate |
core/includes/uuid.inc |
Generates a Universally Unique IDentifier (UUID). |
UuidPhp::generate |
core/includes/uuid.inc |
Generates a Universally Unique IDentifier (UUID). |
UuidUnitTestCase::setUp |
core/modules/system/tests/system.test |
Sets up unit test environment. |
UuidUnitTestCase::testGenerateUuid |
core/modules/system/tests/system.test |
Test generating a UUID. |
UuidUnitTestCase::testUuidIsUnique |
core/modules/system/tests/system.test |
Test that generated UUIDs are unique. |
UuidUnitTestCase::testUuidValidation |
core/modules/system/tests/system.test |
Test UUID validation. |
valid_email_address |
core/includes/common.inc |
Verifies the syntax of the given email address. |
valid_number_step |
core/includes/common.inc |
Verifies that a number is a multiple of a given step. |
valid_url |
core/includes/common.inc |
Verifies the syntax of the given URL. |