Search for cancel

  1. Search 7.x for cancel
  2. Search 9.5.x for cancel
  3. Search 10.3.x for cancel
  4. Search 11.x for cancel
  5. Search main for cancel
  6. Other projects
Title Object type File name Summary
hook_user_cancel_methods_alter function core/modules/user/user.api.php Modify account cancellation methods.
ImageEffectDeleteForm::getCancelUrl function core/modules/image/src/Form/ImageEffectDeleteForm.php Returns the route to go to if the user cancels the action.
ImageStyleFlushForm::getCancelUrl function core/modules/image/src/Form/ImageStyleFlushForm.php Returns the route to go to if the user cancels the action.
LayoutBuilderDisableForm::getCancelUrl function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Returns the route to go to if the user cancels the action.
LayoutRebuildConfirmFormBase::getCancelUrl function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Returns the route to go to if the user cancels the action.
layout_builder_post_update_cancel_link_to_discard_changes_form function core/modules/layout_builder/layout_builder.post_update.php Clear caches due to routing changes for the new discard changes form.
MailTest::testCancelMessage function core/modules/system/tests/src/Kernel/Mail/MailTest.php Test that message sending may be canceled.
mail_cancel_test.info.yml file core/modules/system/tests/modules/mail_cancel_test/mail_cancel_test.info.yml core/modules/system/tests/modules/mail_cancel_test/mail_cancel_test.info.yml
mail_cancel_test.module file core/modules/system/tests/modules/mail_cancel_test/mail_cancel_test.module Helper module for the catching mail that needs to be cancelled.
mail_cancel_test_mail_alter function core/modules/system/tests/modules/mail_cancel_test/mail_cancel_test.module Implements hook_mail_alter().
MediaDeleteMultipleConfirmForm::getCancelUrl function core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php Returns the route to go to if the user cancels the action.
MenuLinkContentDeleteForm::getCancelUrl function core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php Returns the route to go to if the user cancels the action.
MenuLinkResetForm::getCancelUrl function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns the route to go to if the user cancels the action.
ModulesListConfirmForm::getCancelUrl function core/modules/system/src/Form/ModulesListConfirmForm.php Returns the route to go to if the user cancels the action.
ModulesUninstallConfirmForm::getCancelUrl function core/modules/system/src/Form/ModulesUninstallConfirmForm.php Returns the route to go to if the user cancels the action.
NegotiationBrowserDeleteForm::getCancelUrl function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Returns the route to go to if the user cancels the action.
NodeRevisionDeleteForm::getCancelUrl function core/modules/node/src/Form/NodeRevisionDeleteForm.php Returns the route to go to if the user cancels the action.
NodeRevisionRevertForm::getCancelUrl function core/modules/node/src/Form/NodeRevisionRevertForm.php Returns the route to go to if the user cancels the action.
node_user_cancel function core/modules/node/node.module Implements hook_user_cancel().
PrepareModulesEntityUninstallForm::getCancelUrl function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns the route to go to if the user cancels the action.
ProfileForm::editCancelSubmit function core/modules/user/src/ProfileForm.php Provides a submit handler for the 'Cancel account' button.
RebuildPermissionsForm::getCancelUrl function core/modules/node/src/Form/RebuildPermissionsForm.php Returns the route to go to if the user cancels the action.
ReindexConfirm::getCancelText function core/modules/search/src/Form/ReindexConfirm.php Returns a caption for the link which cancels the action.
ReindexConfirm::getCancelUrl function core/modules/search/src/Form/ReindexConfirm.php Returns the route to go to if the user cancels the action.
RevertOverridesForm::getCancelUrl function core/modules/layout_builder/src/Form/RevertOverridesForm.php Returns the route to go to if the user cancels the action.
ShortcutDeleteForm::getCancelUrl function core/modules/shortcut/src/Form/ShortcutDeleteForm.php Returns the route to go to if the user cancels the action.
SwitchToLiveForm::getCancelUrl function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns the route to go to if the user cancels the action.
system.action.user_cancel_user_action.yml file core/modules/user/config/install/system.action.user_cancel_user_action.yml core/modules/user/config/install/system.action.user_cancel_user_action.yml
TermDeleteForm::getCancelUrl function core/modules/taxonomy/src/Form/TermDeleteForm.php Returns the route to go to if the user cancels the action.
ThemeExperimentalConfirmForm::getCancelUrl function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns the route to go to if the user cancels the action.
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 user being cancelled.
UserCancelForm::$selectCancel property core/modules/user/src/Form/UserCancelForm.php Whether allowed to select cancellation method.
UserCancelForm::buildForm function core/modules/user/src/Form/UserCancelForm.php Form constructor.
UserCancelForm::getCancelUrl function core/modules/user/src/Form/UserCancelForm.php Returns the route to go to if the user cancels the action.
UserCancelForm::getConfirmText function core/modules/user/src/Form/UserCancelForm.php Returns a caption for the button that confirms the action.
UserCancelForm::getDescription function core/modules/user/src/Form/UserCancelForm.php Returns additional text to display as a description.
UserCancelForm::getQuestion function core/modules/user/src/Form/UserCancelForm.php Returns the question to ask the user.
UserCancelForm::submitForm function core/modules/user/src/Form/UserCancelForm.php 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…
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 The theme to install as the default for testing.
UserCancelTest::$modules property core/modules/user/tests/src/Functional/UserCancelTest.php Modules to enable.
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::testUserBlock function core/modules/user/tests/src/Functional/UserCancelTest.php Disable account and keep all content.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.