| UserTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Modules to install. |
| UserTest::$modules |
property |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php |
Modules to install. |
| UserTest::$modules |
property |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php |
Modules to install. |
| UserTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
The fields that are protected against modification during PATCH requests. |
| UserTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
The name of the tested JSON:API resource type. |
| UserTest::$secondCreatedEntityId |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
The entity ID for the second created entity in testPost(). |
| UserTest::assertRpcLogin |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Verifies that logging in with the given username and password works. |
| UserTest::BATCH_TEST_NODE_COUNT |
constant |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
|
| UserTest::createAnotherEntity |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Creates another entity to be tested. |
| UserTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Creates the entity to be tested. |
| UserTest::createUserSession |
function |
core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php |
|
| UserTest::doTestDeleteIndividual |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests DELETEing an individual resource, plus edge cases to ensure good DX. |
| UserTest::getExpectedCacheContexts |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
| UserTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Returns the expected JSON:API document for the entity. |
| UserTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Return the expected error message. |
| UserTest::getModifiedEntityForPostTesting |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Gets the normalized POST entity with random values for its unique fields. |
| UserTest::getPatchDocument |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Returns the JSON:API PATCH document. |
| UserTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Returns the JSON:API POST document. |
| UserTest::makeNormalizationInvalid |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Makes the given JSON:API document invalid. |
| UserTest::providerSource |
function |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php |
Provides source data for ::testSource. |
| UserTest::providerSource |
function |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php |
Provides source data for ::testSource. |
| UserTest::sendDeleteRequestForUser |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
|
| UserTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Sets up the necessary authorization. |
| UserTest::testCollectionContainsAnonymousUser |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests that the collection contains the anonymous user. |
| UserTest::testCollectionFilterAccess |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
|
| UserTest::testDeleteRespectsUserCancelBlock |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_block. |
| UserTest::testDeleteRespectsUserCancelBlockUnpublish |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_block_unpublish. |
| UserTest::testDeleteRespectsUserCancelBlockUnpublishAndProcessesBatches |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_block_unpublish. |
| UserTest::testDeleteRespectsUserCancelDelete |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_delete. |
| UserTest::testDeleteRespectsUserCancelReassign |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests if JSON:API respects user.settings.cancel_method: user_cancel_reassign. |
| UserTest::testGetMailFieldOnlyVisibleToOwner |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests GETting privacy-sensitive base fields. |
| UserTest::testPatchDxForSecuritySensitiveBaseFields |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests PATCHing security-sensitive base fields of the logged in account. |
| UserTest::testPatchSecurityOtherUser |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests PATCHing security-sensitive base fields to change other users. |
| UserTest::testQueryInvolvingRoles |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests good error DX when trying to filter users by role. |
| UserTest::testResaveAccountName |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests users with altered display names. |
| UserTest::testUserGetRoles |
function |
core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php |
Tests the method getRoles exclude or include locked roles based in param. |
| UserTestBase |
class |
core/modules/user/tests/src/Functional/Views/UserTestBase.php |
Base test class for user-related Views tests. |
| UserTestBase.php |
file |
core/modules/user/tests/src/Functional/Views/UserTestBase.php |
|
| UserTestBase::$modules |
property |
core/modules/user/tests/src/Functional/Views/UserTestBase.php |
Modules to install. |
| UserTestBase::$nodes |
property |
core/modules/user/tests/src/Functional/Views/UserTestBase.php |
Nodes to use during this test. |
| UserTestBase::$users |
property |
core/modules/user/tests/src/Functional/Views/UserTestBase.php |
Users to use during this test. |
| UserTestBase::setUp |
function |
core/modules/user/tests/src/Functional/Views/UserTestBase.php |
Sets up the test. |
| UserThemeHooks |
class |
core/modules/user/src/Hook/UserThemeHooks.php |
Hook implementations for user. |
| UserThemeHooks.php |
file |
core/modules/user/src/Hook/UserThemeHooks.php |
|
| UserThemeHooks::preprocessBlock |
function |
core/modules/user/src/Hook/UserThemeHooks.php |
Implements hook_preprocess_HOOK() for block templates. |
| UserThemeHooks::preprocessUser |
function |
core/modules/user/src/Hook/UserThemeHooks.php |
Prepares variables for user templates. |
| UserThemeHooks::preprocessUsername |
function |
core/modules/user/src/Hook/UserThemeHooks.php |
Prepares variables for username templates. |
| UserThemeHooks::theme |
function |
core/modules/user/src/Hook/UserThemeHooks.php |
Implements hook_theme(). |
| UserThemeHooks::__construct |
function |
core/modules/user/src/Hook/UserThemeHooks.php |
|
| UserTimeZoneTest |
class |
core/modules/user/tests/src/Functional/UserTimeZoneTest.php |
Set a user time zone and verify that dates are displayed in local time. |