Search for confirm

  1. Search 7.x for confirm
  2. Search 9.5.x for confirm
  3. Search 8.9.x for confirm
  4. Search 10.3.x for confirm
  5. Search 11.x for confirm
  6. Other projects
Title Object type File name Summary
ThemeExperimentalConfirmForm class core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Builds a confirmation form for enabling experimental themes.
ThemeExperimentalConfirmForm.php file core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
ThemeExperimentalConfirmForm::$themeInstaller property core/modules/system/src/Form/ThemeExperimentalConfirmForm.php The theme installer service.
ThemeExperimentalConfirmForm::$themeList property core/modules/system/src/Form/ThemeExperimentalConfirmForm.php An extension discovery instance.
ThemeExperimentalConfirmForm::buildForm function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Form constructor.
ThemeExperimentalConfirmForm::create function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Instantiates a new instance of the implementing class using autowiring.
ThemeExperimentalConfirmForm::getCancelUrl function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns the route to go to if the user cancels the action.
ThemeExperimentalConfirmForm::getConfirmText function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns a caption for the button that confirms the action.
ThemeExperimentalConfirmForm::getDescription function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns additional text to display as a description.
ThemeExperimentalConfirmForm::getFormId function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns a unique string identifying the form.
ThemeExperimentalConfirmForm::getQuestion function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns the question to ask the user.
ThemeExperimentalConfirmForm::submitForm function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Form submission handler.
ThemeExperimentalConfirmForm::__construct function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Constructs a ThemeExperimentalConfirmForm object.
ThemeUninstallConfirmForm class core/modules/system/src/Form/ThemeUninstallConfirmForm.php Builds a confirmation form to uninstall a theme.
ThemeUninstallConfirmForm.php file core/modules/system/src/Form/ThemeUninstallConfirmForm.php
ThemeUninstallConfirmForm::$themeLabel property core/modules/system/src/Form/ThemeUninstallConfirmForm.php The theme label.
ThemeUninstallConfirmForm::buildForm function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Form constructor.
ThemeUninstallConfirmForm::getCancelUrl function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns the route to go to if the user cancels the action.
ThemeUninstallConfirmForm::getConfirmText function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns a caption for the button that confirms the action.
ThemeUninstallConfirmForm::getDescription function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns additional text to display as a description.
ThemeUninstallConfirmForm::getFormId function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns a unique string identifying the form.
ThemeUninstallConfirmForm::getQuestion function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Returns the question to ask the user.
ThemeUninstallConfirmForm::submitForm function core/modules/system/src/Form/ThemeUninstallConfirmForm.php Form submission handler.
ThemeUninstallConfirmForm::__construct function core/modules/system/src/Form/ThemeUninstallConfirmForm.php
ThemeUninstallConfirmTest class core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests the theme uninstall confirmation form.
ThemeUninstallConfirmTest.php file core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php
ThemeUninstallConfirmTest::$adminUser property core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php An admin user with permission to administer themes.
ThemeUninstallConfirmTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php The theme to install as the default for testing.
ThemeUninstallConfirmTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Modules to install.
ThemeUninstallConfirmTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php
ThemeUninstallConfirmTest::testCannotUninstallAdminTheme function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests that the admin theme cannot be uninstalled.
ThemeUninstallConfirmTest::testCannotUninstallBaseThemeWithDependentSubThemes function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests that a base theme with dependent sub-themes cannot be uninstalled.
ThemeUninstallConfirmTest::testCannotUninstallDefaultTheme function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests that the default theme cannot be uninstalled.
ThemeUninstallConfirmTest::testConfigDependenciesDisplayed function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests that configuration dependencies are displayed.
ThemeUninstallConfirmTest::testInvalidThemeName function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests handling of invalid theme name.
ThemeUninstallConfirmTest::testMissingThemeParameter function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests handling of missing theme parameter.
ThemeUninstallConfirmTest::testThemeUninstallConfirmForm function core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php Tests the theme uninstall confirmation form basic workflow.
UpdateTestBase::confirmRevokedStatus function core/modules/update/tests/src/Functional/UpdateTestBase.php Confirms messages are correct when a release has been unpublished/revoked.
UpdateTestBase::confirmUnsupportedStatus function core/modules/update/tests/src/Functional/UpdateTestBase.php Confirms messages are correct when a release has been marked unsupported.
UserCancelForm::getConfirmText function core/modules/user/src/Form/UserCancelForm.php Returns a caption for the button that confirms the action.
UserController::confirmCancel function core/modules/user/src/Controller/UserController.php Confirms cancelling a user account via an email link.
UserLogoutConfirm class core/modules/user/src/Form/UserLogoutConfirm.php Provides a confirmation form for user logout.
UserLogoutConfirm.php file core/modules/user/src/Form/UserLogoutConfirm.php
UserLogoutConfirm::getCancelUrl function core/modules/user/src/Form/UserLogoutConfirm.php Returns the route to go to if the user cancels the action.
UserLogoutConfirm::getConfirmText function core/modules/user/src/Form/UserLogoutConfirm.php Returns a caption for the button that confirms the action.
UserLogoutConfirm::getDescription function core/modules/user/src/Form/UserLogoutConfirm.php Returns additional text to display as a description.
UserLogoutConfirm::getFormId function core/modules/user/src/Form/UserLogoutConfirm.php Returns a unique string identifying the form.
UserLogoutConfirm::getQuestion function core/modules/user/src/Form/UserLogoutConfirm.php Returns the question to ask the user.
UserLogoutConfirm::submitForm function core/modules/user/src/Form/UserLogoutConfirm.php Form submission handler.
UserMultipleCancelConfirm class core/modules/user/src/Form/UserMultipleCancelConfirm.php Provides a confirmation form for cancelling multiple user accounts.

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