Search for user
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
User | class | core/ |
Defines the user entity class. |
User | class | core/ |
Validate whether an argument is a valid user. |
User | class | core/ |
Default argument plugin to extract a user from request. |
User | class | core/ |
Drupal 6 user source from database. |
User | class | core/ |
Drupal 7 user source from database. |
User | class | core/ |
Plugin class for Drupal 7 user migrations dealing with fields and profiles. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
UserResourceTestBase.php | file | core/ |
|
UserResourceTestBase.php | file | core/ |
|
UserResourceTestBase::$entity | property | core/ |
|
UserResourceTestBase::$entityTypeId | property | core/ |
The tested entity type. |
UserResourceTestBase::$firstCreatedEntityId | property | core/ |
The entity ID for the first created entity in testPost(). |
UserResourceTestBase::$labelFieldName | property | core/ |
Optionally specify which field is the 'label' field. Some entities specify a 'label_callback', but not a 'label' entity key. For example: User. |
UserResourceTestBase::$modules | property | core/ |
Modules to install. |
UserResourceTestBase::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
UserResourceTestBase::$secondCreatedEntityId | property | core/ |
The entity ID for the second created entity in testPost(). |
UserResourceTestBase::assertRpcLogin | function | core/ |
Verifies that logging in with the given username and password works. |
UserResourceTestBase::createAnotherEntity | function | core/ |
Creates another entity to be tested. |
UserResourceTestBase::createEntity | function | core/ |
Creates the entity to be tested. |
UserResourceTestBase::getExpectedCacheContexts | function | core/ |
The expected cache contexts for the GET/HEAD response of the test entity. |
UserResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
UserResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
UserResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability | function | core/ |
The cacheability of unauthorized 'view' entity access. |
UserResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
UserResourceTestBase::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
UserResourceTestBase::testPatchDxForSecuritySensitiveBaseFields | function | core/ |
Tests PATCHing security-sensitive base fields of the logged in account. |
UserResourceTestBase::testPatchSecurityOtherUser | function | core/ |
Tests PATCHing security-sensitive base fields to change other users. |
UserRole | class | core/ |
Provides a 'User Role' condition. |
UserRole.php | file | core/ |
|
UserRole::buildConfigurationForm | function | core/ |
Form constructor. |
UserRole::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
UserRole::evaluate | function | core/ |
Evaluates the condition and returns TRUE or FALSE accordingly. |
UserRole::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
UserRole::submitConfigurationForm | function | core/ |
Form submission handler. |
UserRole::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
UserRoleAdminTest | class | core/ |
Tests adding, editing and deleting user roles and changing role weights. |
UserRoleAdminTest.php | file | core/ |
|
UserRoleAdminTest::$adminUser | property | core/ |
User with admin privileges. |
UserRoleAdminTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserRoleAdminTest::$modules | property | core/ |
Modules to enable. |
UserRoleAdminTest::setUp | function | core/ |
|
UserRoleAdminTest::testRoleAdministration | function | core/ |
Test adding, renaming and deleting roles. |
UserRoleAdminTest::testRoleWeightOrdering | function | core/ |
Test user role weight change operation and ordering. |
UserRoleConditionTest | class | core/ |
Tests the user role condition. |
UserRoleConditionTest.php | file | core/ |
|
UserRoleConditionTest::$anonymous | property | core/ |
An anonymous user for testing purposes. |
UserRoleConditionTest::$authenticated | property | core/ |
An authenticated user for testing purposes. |
UserRoleConditionTest::$manager | property | core/ |
The condition plugin manager. |
UserRoleConditionTest::$modules | property | core/ |
Modules to enable. |
UserRoleConditionTest::$role | property | core/ |
A custom role for testing purposes. |
UserRoleConditionTest::setUp | function | core/ |
|
UserRoleConditionTest::testConditions | function | core/ |
Test the user_role condition. |
UserRoleDeleteTest | class | core/ |
Tests the handling of user_role entity from the user module |
UserRoleDeleteTest.php | file | core/ |
|
UserRoleDeleteTest::$modules | property | core/ |
Modules to enable. |
UserRoleDeleteTest::setUp | function | core/ |
|
UserRoleDeleteTest::testRoleDeleteUserRoleReferenceDelete | function | core/ |
Tests removal of role references on role entity delete. |
Pagination
- Previous page
- Page 41
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.