| UserAuthTest::$username |
property |
core/modules/user/tests/src/Unit/UserAuthTest.php |
The test username. |
| UserAuthTest::$userStorage |
property |
core/modules/user/tests/src/Unit/UserAuthTest.php |
The mock user storage. |
| UserAuthTest::providerTestAuthenticateWithMissingCredentials |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Data provider for testAuthenticateWithMissingCredentials(). |
| UserAuthTest::setUp |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
|
| UserAuthTest::testAddCheckToUrlForTrustedRedirectResponse |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the auth that ends in a redirect from subdomain to TLD. |
| UserAuthTest::testAddCheckToUrlForTrustedRedirectResponseWithFragment |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the auth that ends in a redirect from subdomain with a fragment to TLD. |
| UserAuthTest::testAuthenticateWithCorrectPassword |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with a correct password. |
| UserAuthTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with a correct password & new password hash. |
| UserAuthTest::testAuthenticateWithIncorrectPassword |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with an incorrect password. |
| UserAuthTest::testAuthenticateWithMissingCredentials |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests failing authentication with missing credential parameters. |
| UserAuthTest::testAuthenticateWithNoAccountReturned |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with no account returned. |
| UserAuthTest::testAuthenticateWithZeroPassword |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with a correct password. |
| UserBatchActionTest |
class |
core/modules/views/tests/src/Functional/UserBatchActionTest.php |
Tests the views bulk form with batch action. |
| UserBatchActionTest.php |
file |
core/modules/views/tests/src/Functional/UserBatchActionTest.php |
|
| UserBatchActionTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/UserBatchActionTest.php |
The theme to install as the default for testing. |
| UserBatchActionTest::$modules |
property |
core/modules/views/tests/src/Functional/UserBatchActionTest.php |
Modules to install. |
| UserBatchActionTest::testUserAction |
function |
core/modules/views/tests/src/Functional/UserBatchActionTest.php |
Tests user admin batch. |
| UserBlocksTest |
class |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
Tests user blocks. |
| UserBlocksTest.php |
file |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
|
| UserBlocksTest::$adminUser |
property |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
A user with the 'administer blocks' permission. |
| UserBlocksTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
The theme to install as the default for testing. |
| UserBlocksTest::$modules |
property |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
Modules to install. |
| UserBlocksTest::setUp |
function |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
|
| UserBlocksTest::testUserLoginBlock |
function |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
Tests the user login block. |
| UserBlocksTest::testUserLoginBlockVisibility |
function |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
Tests that user login block is hidden from user/login. |
| UserBulkForm |
class |
core/modules/user/src/Plugin/views/field/UserBulkForm.php |
Defines a user operations bulk form element. |
| UserBulkForm.php |
file |
core/modules/user/src/Plugin/views/field/UserBulkForm.php |
|
| UserBulkForm::emptySelectedMessage |
function |
core/modules/user/src/Plugin/views/field/UserBulkForm.php |
Returns the message to be displayed when there are no selected items. |
| UserBulkForm::viewsForm |
function |
core/modules/user/src/Plugin/views/field/UserBulkForm.php |
Provide a more useful title to improve the accessibility. |
| UserBulkFormTest |
class |
core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php |
Tests Drupal\user\Plugin\views\field\UserBulkForm. |
| UserBulkFormTest.php |
file |
core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php |
|
| UserBulkFormTest::tearDown |
function |
core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php |
|
| UserBulkFormTest::testConstructor |
function |
core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php |
Tests the constructor assignment of actions. |
| UserCacheContext |
class |
core/lib/Drupal/Core/Cache/Context/UserCacheContext.php |
Defines the UserCacheContext service, for "per user" caching. |
| UserCacheContext.php |
file |
core/lib/Drupal/Core/Cache/Context/UserCacheContext.php |
|
| UserCacheContext::getCacheableMetadata |
function |
core/lib/Drupal/Core/Cache/Context/UserCacheContext.php |
Gets the cacheability metadata for the context. |
| UserCacheContext::getContext |
function |
core/lib/Drupal/Core/Cache/Context/UserCacheContext.php |
Returns the string representation of the cache context. |
| UserCacheContext::getLabel |
function |
core/lib/Drupal/Core/Cache/Context/UserCacheContext.php |
Returns the label of the cache context. |
| UserCacheContextBase |
class |
core/lib/Drupal/Core/Cache/Context/UserCacheContextBase.php |
Base class for user-based cache contexts. |
| UserCacheContextBase.php |
file |
core/lib/Drupal/Core/Cache/Context/UserCacheContextBase.php |
|
| UserCacheContextBase::$user |
property |
core/lib/Drupal/Core/Cache/Context/UserCacheContextBase.php |
The account object. |
| UserCacheContextBase::__construct |
function |
core/lib/Drupal/Core/Cache/Context/UserCacheContextBase.php |
Constructs a new UserCacheContextBase class. |
| UserCacheTagsTest |
class |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
Tests the User entity's cache tags. |
| UserCacheTagsTest.php |
file |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
|
| UserCacheTagsTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
The theme to install as the default for testing. |
| UserCacheTagsTest::$modules |
property |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
Modules to install. |
| UserCacheTagsTest::createEntity |
function |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
Creates the entity to be tested. |
| UserCacheTagsTest::getAdditionalCacheTagsForEntityListing |
function |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
Returns the additional cache tags for the tested entity's listing by type. |
| UserCacheTagsTest::setUp |
function |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
|
| UserCancelForm |
class |
core/modules/user/src/Form/UserCancelForm.php |
Provides a confirmation form for cancelling user account. |