Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| User::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| User::prepareRow | function | core/ |
Adds additional data to the row. |
| User::prepareRow | function | core/ |
Adds additional data to the row. |
| User::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| User::query | function | core/ |
|
| User::query | function | core/ |
|
| User::removeRole | function | core/ |
Remove a role from a user. |
| User::setEmail | function | core/ |
Sets the email address of the user. |
| User::setExistingPassword | function | core/ |
Sets the existing plain text password. |
| User::setLastAccessTime | function | core/ |
Sets the UNIX timestamp when the user last accessed the site.. |
| User::setLastLoginTime | function | core/ |
Sets the UNIX timestamp when the user last logged in. |
| User::setPassword | function | core/ |
Sets the user password. |
| User::setUsername | function | core/ |
Sets the username of this account. |
| User::submitOptionsForm | function | core/ |
Provides the default form for submitting options. |
| User::validateEntity | function | core/ |
Validates an individual entity against class access settings. |
| User::__construct | function | core/ |
Constructs a \Drupal\views\Plugin\views\argument_validator\Entity object. |
| User::__construct | function | core/ |
Constructs a new User instance. |
| UserAccessControlHandler | class | core/ |
Defines the access control handler for the user entity type. |
| UserAccessControlHandler.php | file | core/ |
|
| UserAccessControlHandler::$viewLabelOperation | property | core/ |
Allow access to user label. |
| UserAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| UserAccessControlHandler::checkFieldAccess | function | core/ |
Default field access as determined by this access control handler. |
| UserAccessControlHandlerTest | class | core/ |
Tests the user access controller. |
| UserAccessControlHandlerTest.php | file | core/ |
|
| UserAccessControlHandlerTest::$accessControlHandler | property | core/ |
The user access controller to test. |
| UserAccessControlHandlerTest::$admin | property | core/ |
The mock administrative test user. |
| UserAccessControlHandlerTest::$emailViewer | property | core/ |
The mock user account with 'view user email addresses' permission. |
| UserAccessControlHandlerTest::$items | property | core/ |
The mocked test field items. |
| UserAccessControlHandlerTest::$owner | property | core/ |
The mock user account that is able to change their own account name. |
| UserAccessControlHandlerTest::$viewer | property | core/ |
The mock user account with view access. |
| UserAccessControlHandlerTest::adminFieldAccessProvider | function | core/ |
Provides test data for testAdminFieldAccess(). |
| UserAccessControlHandlerTest::assertFieldAccess | function | core/ |
Asserts correct field access grants for a field. |
| UserAccessControlHandlerTest::createdAccessProvider | function | core/ |
Provides test data for testCreatedAccess(). |
| UserAccessControlHandlerTest::hiddenUserSettingsProvider | function | core/ |
Provides test data for testHiddenUserSettings(). |
| UserAccessControlHandlerTest::NonExistingFieldAccessProvider | function | core/ |
Provides test data for testNonExistingFieldAccess(). |
| UserAccessControlHandlerTest::passwordAccessProvider | function | core/ |
Provides test data for passwordAccessProvider(). |
| UserAccessControlHandlerTest::setUp | function | core/ |
|
| UserAccessControlHandlerTest::testAdminFieldAccess | function | core/ |
Tests that private user settings cannot be viewed by other users. |
| UserAccessControlHandlerTest::testCreatedAccess | function | core/ |
Tests the user created field access. |
| UserAccessControlHandlerTest::testHiddenUserSettings | function | core/ |
Tests that private user settings cannot be viewed by other users. |
| UserAccessControlHandlerTest::testNonExistingFieldAccess | function | core/ |
Tests access to a non-existing base field. |
| UserAccessControlHandlerTest::testPasswordAccess | function | core/ |
Tests that passwords cannot be viewed, just edited. |
| UserAccessControlHandlerTest::testUserNameAccess | function | core/ |
Ensures user name access is working properly. |
| UserAccessControlHandlerTest::userNameProvider | function | core/ |
Provides test data for testUserNameAccess(). |
| UserAccountFormFieldsTest | class | core/ |
Verifies the field order in user account forms. |
| UserAccountFormFieldsTest.php | file | core/ |
|
| UserAccountFormFieldsTest::$modules | property | core/ |
Modules to install. |
| UserAccountFormFieldsTest::$user | property | core/ |
|
| UserAccountFormFieldsTest::assertFieldOrder | function | core/ |
Asserts that the 'name' form element is directly before the 'pass' element. |
| UserAccountFormFieldsTest::buildAccountForm | function | core/ |
Builds the user account form for a given operation. |
Pagination
- Previous page
- Page 1391
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.