Search for user
Title | Object type | File name | Summary |
---|---|---|---|
user.css | file | modules/ |
#permissions td.module { font-weight: bold; } #permissions td.permission { padding-left: 1.5em; /* LTR */ } #permissions tr.odd .form-item, #permissions tr.even .form-item { white-space: normal; } #user-admin-settings fieldset… |
user.info | file | modules/ |
name = User description = Manages the user registration and login system. package = Core version = VERSION core = 7.x files[] = user.module files[] = user.test required = TRUE configure = admin/config/people stylesheets[all][] = user.css |
user.install | file | modules/ |
Install, update and uninstall functions for the user module. |
user.module | file | modules/ |
Enables the user registration and login system. |
user.pages.inc | file | modules/ |
User page callback file for the user module. |
user.test | file | modules/ |
Tests for user.module. |
user.tokens.inc | file | modules/ |
Builds placeholder replacement tokens for user-related data. |
UserAccountLinksUnitTests | class | modules/ |
Tests user links in the secondary menu. |
UserAccountLinksUnitTests::getInfo | function | modules/ |
|
UserAccountLinksUnitTests::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
UserAccountLinksUnitTests::testDisabledAccountLink | function | modules/ |
Tests disabling the 'My account' link. |
UserAccountLinksUnitTests::testSecondaryMenu | function | modules/ |
Tests the secondary menu. |
UserActionsTest | class | modules/ |
Tests actions provided by the User module. |
UserActionsTest::getInfo | function | modules/ |
|
UserActionsTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
UserActionsTest::testUserBlockUnBlockActions | function | modules/ |
Tests user block and unblock actions. |
UserAdminTestCase | class | modules/ |
|
UserAdminTestCase::getInfo | function | modules/ |
|
UserAdminTestCase::testUserAdmin | function | modules/ |
Registers a user and deletes it. |
UserAuthmapAssignmentTestCase | class | modules/ |
Unit test for authmap assignment. |
UserAuthmapAssignmentTestCase::getInfo | function | modules/ |
|
UserAuthmapAssignmentTestCase::testAuthmapAssignment | function | modules/ |
Test authmap assignment and retrieval. |
UserAutocompleteTestCase | class | modules/ |
Test user autocompletion. |
UserAutocompleteTestCase::$privileged_user | property | modules/ |
|
UserAutocompleteTestCase::$unprivileged_user | property | modules/ |
|
UserAutocompleteTestCase::getInfo | function | modules/ |
|
UserAutocompleteTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
UserAutocompleteTestCase::testUserAutocomplete | function | modules/ |
Tests access to user autocompletion and verify the correct results. |
UserBlocksUnitTests | class | modules/ |
Test user blocks. |
UserBlocksUnitTests::getInfo | function | modules/ |
|
UserBlocksUnitTests::insertSession | function | modules/ |
Insert a user session into the {sessions} table. This function is used since we cannot log in more than one user at the same time in tests. |
UserBlocksUnitTests::testUserLoginBlock | function | modules/ |
Test the user login block. |
UserBlocksUnitTests::testWhosOnlineBlock | function | modules/ |
Test the Who's Online block. |
UserCancelTestCase | class | modules/ |
Test cancelling a user. |
UserCancelTestCase::$admin_user | property | modules/ |
|
UserCancelTestCase::getInfo | function | modules/ |
|
UserCancelTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
UserCancelTestCase::testMassUserCancelByAdmin | function | modules/ |
Create an administrative user and mass-delete other users. |
UserCancelTestCase::testUserAnonymize | function | modules/ |
Delete account and anonymize all content. |
UserCancelTestCase::testUserBlock | function | modules/ |
Disable account and keep all content. |
UserCancelTestCase::testUserBlockUnpublish | function | modules/ |
Disable account and unpublish all content. |
UserCancelTestCase::testUserCancelByAdmin | function | modules/ |
Create an administrative user and delete another user. |
UserCancelTestCase::testUserCancelInvalid | function | modules/ |
Attempt invalid account cancellations. |
UserCancelTestCase::testUserCancelUid1 | function | modules/ |
Tests that user account for uid 1 cannot be cancelled. |
UserCancelTestCase::testUserCancelWithoutPermission | function | modules/ |
Attempt to cancel account without permission. |
UserCancelTestCase::testUserDelete | function | modules/ |
Delete account and remove all content. |
UserController | class | modules/ |
Controller class for users. |
UserController::attachLoad | function | modules/ |
Attaches data to entities upon loading. |
UserCreateTestCase | class | modules/ |
Test the create user administration page. |
UserCreateTestCase::getInfo | function | modules/ |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.