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 |
|
UserCacheTagsTest::$modules |
property |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
|
UserCacheTagsTest::createEntity |
function |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
|
UserCacheTagsTest::getAdditionalCacheTagsForEntityListing |
function |
core/modules/user/tests/src/Functional/UserCacheTagsTest.php |
|
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. |
UserCancelForm.php |
file |
core/modules/user/src/Form/UserCancelForm.php |
|
UserCancelForm::$cancelMethods |
property |
core/modules/user/src/Form/UserCancelForm.php |
Available account cancellation methods. |
UserCancelForm::$entity |
property |
core/modules/user/src/Form/UserCancelForm.php |
The account being cancelled. |
UserCancelForm::$selectCancel |
property |
core/modules/user/src/Form/UserCancelForm.php |
Whether it is allowed to select cancellation method. |
UserCancelForm::buildForm |
function |
core/modules/user/src/Form/UserCancelForm.php |
|
UserCancelForm::getCancelUrl |
function |
core/modules/user/src/Form/UserCancelForm.php |
|
UserCancelForm::getConfirmText |
function |
core/modules/user/src/Form/UserCancelForm.php |
|
UserCancelForm::getDescription |
function |
core/modules/user/src/Form/UserCancelForm.php |
|
UserCancelForm::getQuestion |
function |
core/modules/user/src/Form/UserCancelForm.php |
|
UserCancelForm::submitForm |
function |
core/modules/user/src/Form/UserCancelForm.php |
|
UserCancelMethodsConstraint |
class |
core/modules/user/src/Plugin/Validation/Constraint/UserCancelMethodsConstraint.php |
Constraint for the user cancel method. |
UserCancelMethodsConstraint.php |
file |
core/modules/user/src/Plugin/Validation/Constraint/UserCancelMethodsConstraint.php |
|
UserCancelMethodsConstraint::create |
function |
core/modules/user/src/Plugin/Validation/Constraint/UserCancelMethodsConstraint.php |
|
UserCancelTest |
class |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Ensure that account cancellation methods work as expected. |
UserCancelTest.php |
file |
core/modules/user/tests/src/Functional/UserCancelTest.php |
|
UserCancelTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserCancelTest.php |
|
UserCancelTest::$modules |
property |
core/modules/user/tests/src/Functional/UserCancelTest.php |
|
UserCancelTest::setUp |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
|
UserCancelTest::testMassUserCancelByAdmin |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Create an administrative user and mass-delete other users. |
UserCancelTest::testUserAnonymize |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Delete account and anonymize all content. |
UserCancelTest::testUserAnonymizeBatch |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Delete account and anonymize all content using a batch process. |
UserCancelTest::testUserAnonymizeTranslations |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Delete account and anonymize all content and it's translations. |
UserCancelTest::testUserBlock |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Disable account and keep all content. |
UserCancelTest::testUserBlockUnpublish |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Disable account and unpublish all content. |
UserCancelTest::testUserBlockUnpublishNodeAccess |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Tests nodes are unpublished even if inaccessible to cancelling user. |
UserCancelTest::testUserCancelByAdmin |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Create an administrative user and delete other users. |
UserCancelTest::testUserCancelChangePermission |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Tests ability to change the permission for canceling users. |
UserCancelTest::testUserCancelInvalid |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Attempt invalid account cancellations. |
UserCancelTest::testUserCancelUid1 |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Tests that user account for uid 1 cannot be cancelled. |
UserCancelTest::testUserCancelWithoutPermission |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Attempt to cancel account without permission. |
UserCancelTest::testUserDelete |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Delete account and remove all content. |
UserCancelTest::testUserDeleteWithContentAndNodeAccess |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Tests user cancel with node access. |
UserCancelTest::testUserWithoutEmailCancelByAdmin |
function |
core/modules/user/tests/src/Functional/UserCancelTest.php |
Tests deletion of a user account without an email address. |
UserChangedTest |
class |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
Tests the changed field. |
UserChangedTest.php |
file |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
|
UserChangedTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
|
UserChangedTest::$modules |
property |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
|
UserChangedTest::$testViews |
property |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
Views used by this test. |
UserChangedTest::setUp |
function |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
|