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