Search for cancel
- Search 7.x for cancel
- Search 9.5.x for cancel
- Search 8.9.x for cancel
- Search 10.3.x for cancel
- Search main for cancel
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UserCancelForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| UserCancelForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| UserCancelForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| UserCancelForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| UserCancelForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| UserCancelForm::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
| UserCancelForm::__construct | function | core/ |
Constructs a ContentEntityForm object. |
| UserCancelMethodsConstraint | class | core/ |
Constraint for the user cancel method. |
| UserCancelMethodsConstraint.php | file | core/ |
|
| UserCancelMethodsConstraint::create | function | core/ |
Creates an instance of the plugin. |
| UserCancelTest | class | core/ |
Ensure that account cancellation methods work as expected. |
| UserCancelTest.php | file | core/ |
|
| UserCancelTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UserCancelTest::$modules | property | core/ |
Modules to install. |
| UserCancelTest::setUp | function | core/ |
|
| UserCancelTest::testMassUserCancelByAdmin | function | core/ |
Create an administrative user and mass-delete other users. |
| UserCancelTest::testUserAnonymize | function | core/ |
Delete account and anonymize all content. |
| UserCancelTest::testUserAnonymizeBatch | function | core/ |
Delete account and anonymize all content using a batch process. |
| UserCancelTest::testUserAnonymizeTranslations | function | core/ |
Delete account and anonymize all content and it's translations. |
| UserCancelTest::testUserBlock | function | core/ |
Disable account and keep all content. |
| UserCancelTest::testUserBlockUnpublish | function | core/ |
Disable account and unpublish all content. |
| UserCancelTest::testUserBlockUnpublishNodeAccess | function | core/ |
Tests nodes are unpublished even if inaccessible to cancelling user. |
| UserCancelTest::testUserCancelByAdmin | function | core/ |
Create an administrative user and delete other users. |
| UserCancelTest::testUserCancelChangePermission | function | core/ |
Tests ability to change the permission for canceling users. |
| UserCancelTest::testUserCancelInvalid | function | core/ |
Attempt invalid account cancellations. |
| UserCancelTest::testUserCancelUid1 | function | core/ |
Tests that user account for uid 1 cannot be cancelled. |
| UserCancelTest::testUserCancelWithoutPermission | function | core/ |
Attempt to cancel account without permission. |
| UserCancelTest::testUserDelete | function | core/ |
Delete account and remove all content. |
| UserCancelTest::testUserDeleteWithContentAndNodeAccess | function | core/ |
Tests user cancel with node access. |
| UserCancelTest::testUserWithoutEmailCancelByAdmin | function | core/ |
Tests deletion of a user account without an email address. |
| UserController::$accountCancellation | property | core/ |
The account cancellation service. |
| UserController::confirmCancel | function | core/ |
Confirms cancelling a user account via an email link. |
| UserFormTestHooks::formUserCancelFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for user_cancel_form(). |
| UserLogoutConfirm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| UserMultipleCancelConfirm | class | core/ |
Provides a confirmation form for cancelling multiple user accounts. |
| UserMultipleCancelConfirm.php | file | core/ |
|
| UserMultipleCancelConfirm::$entityTypeManager | property | core/ |
The entity type manager. |
| UserMultipleCancelConfirm::$tempStoreFactory | property | core/ |
The temp store factory. |
| UserMultipleCancelConfirm::$userStorage | property | core/ |
The user storage. |
| UserMultipleCancelConfirm::buildForm | function | core/ |
Form constructor. |
| UserMultipleCancelConfirm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| UserMultipleCancelConfirm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| UserMultipleCancelConfirm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| UserMultipleCancelConfirm::getDescription | function | core/ |
Returns additional text to display as a description. |
| UserMultipleCancelConfirm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| UserMultipleCancelConfirm::getQuestion | function | core/ |
Returns the question to ask the user. |
| UserMultipleCancelConfirm::submitForm | function | core/ |
Form submission handler. |
| UserMultipleCancelConfirm::__construct | 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. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.