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 |
---|---|---|---|
UserSubAdminTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserSubAdminTest::$modules | property | core/ |
Modules to install. |
UserSubAdminTest::testSubAdmin | function | core/ |
Tests create and cancel forms as 'sub-admin'. |
UserTest | class | core/ |
Tests the d6_user source plugin. |
UserTest | class | core/ |
Tests the d7_user source plugin. |
UserTest | class | core/ |
JSON:API integration test for the "User" content entity type. |
UserTest | class | core/ |
@coversDefaultClass \Drupal\user\Entity\User @group user |
UserTest.php | file | core/ |
|
UserTest.php | file | core/ |
|
UserTest.php | file | core/ |
|
UserTest.php | file | core/ |
|
UserTest::$anonymousUsersCanViewLabels | property | core/ |
Whether anonymous users can view labels of this resource type. |
UserTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserTest::$entity | property | core/ |
|
UserTest::$entityTypeId | property | core/ |
The tested entity type. |
UserTest::$firstCreatedEntityId | property | core/ |
The entity ID for the first created entity in testPost(). |
UserTest::$labelFieldName | property | core/ |
Specify which field is the 'label' field for testing a POST edge case. |
UserTest::$modules | property | core/ |
Modules to install. |
UserTest::$modules | property | core/ |
Modules to install. |
UserTest::$modules | property | core/ |
Modules to install. |
UserTest::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
UserTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
UserTest::$secondCreatedEntityId | property | core/ |
The entity ID for the second created entity in testPost(). |
UserTest::assertRpcLogin | function | core/ |
Verifies that logging in with the given username and password works. |
UserTest::BATCH_TEST_NODE_COUNT | constant | core/ |
|
UserTest::createAnotherEntity | function | core/ |
Creates another entity to be tested. |
UserTest::createEntity | function | core/ |
Creates the entity to be tested. |
UserTest::createUserSession | function | core/ |
Setups a user session for the test. |
UserTest::doTestDeleteIndividual | function | core/ |
Tests DELETEing an individual resource, plus edge cases to ensure good DX. |
UserTest::getExpectedCacheContexts | function | core/ |
The expected cache contexts for the GET/HEAD response of the test entity. |
UserTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
UserTest::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
UserTest::getModifiedEntityForPostTesting | function | core/ |
Gets the normalized POST entity with random values for its unique fields. |
UserTest::getPatchDocument | function | core/ |
Returns the JSON:API PATCH document. |
UserTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
UserTest::makeNormalizationInvalid | function | core/ |
Makes the given JSON:API document invalid. |
UserTest::providerSource | function | core/ |
|
UserTest::providerSource | function | core/ |
|
UserTest::sendDeleteRequestForUser | function | core/ |
|
UserTest::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
UserTest::testCollectionContainsAnonymousUser | function | core/ |
Tests that the collection contains the anonymous user. |
UserTest::testCollectionFilterAccess | function | core/ |
|
UserTest::testDeleteRespectsUserCancelBlock | function | core/ |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_block. |
UserTest::testDeleteRespectsUserCancelBlockUnpublish | function | core/ |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_block_unpublish. |
UserTest::testDeleteRespectsUserCancelBlockUnpublishAndProcessesBatches | function | core/ |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_block_unpublish. @group jsonapi |
UserTest::testDeleteRespectsUserCancelDelete | function | core/ |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_delete. |
UserTest::testDeleteRespectsUserCancelReassign | function | core/ |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_reassign. |
UserTest::testGetMailFieldOnlyVisibleToOwner | function | core/ |
Tests GETting privacy-sensitive base fields. |
UserTest::testPatchDxForSecuritySensitiveBaseFields | function | core/ |
Tests PATCHing security-sensitive base fields of the logged in account. |
UserTest::testPatchSecurityOtherUser | function | core/ |
Tests PATCHing security-sensitive base fields to change other users. |
Pagination
- Previous page
- Page 51
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.