| TestActionConfirmForm::submitForm |
function |
core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php |
|
| 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 |
|
| ThemeExperimentalConfirmForm::create |
function |
core/modules/system/src/Form/ThemeExperimentalConfirmForm.php |
|
| ThemeExperimentalConfirmForm::getCancelUrl |
function |
core/modules/system/src/Form/ThemeExperimentalConfirmForm.php |
|
| ThemeExperimentalConfirmForm::getConfirmText |
function |
core/modules/system/src/Form/ThemeExperimentalConfirmForm.php |
|
| ThemeExperimentalConfirmForm::getDescription |
function |
core/modules/system/src/Form/ThemeExperimentalConfirmForm.php |
|
| ThemeExperimentalConfirmForm::getFormId |
function |
core/modules/system/src/Form/ThemeExperimentalConfirmForm.php |
|
| ThemeExperimentalConfirmForm::getQuestion |
function |
core/modules/system/src/Form/ThemeExperimentalConfirmForm.php |
|
| ThemeExperimentalConfirmForm::submitForm |
function |
core/modules/system/src/Form/ThemeExperimentalConfirmForm.php |
|
| 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 |
|
| ThemeUninstallConfirmForm::getCancelUrl |
function |
core/modules/system/src/Form/ThemeUninstallConfirmForm.php |
|
| ThemeUninstallConfirmForm::getConfirmText |
function |
core/modules/system/src/Form/ThemeUninstallConfirmForm.php |
|
| ThemeUninstallConfirmForm::getDescription |
function |
core/modules/system/src/Form/ThemeUninstallConfirmForm.php |
|
| ThemeUninstallConfirmForm::getFormId |
function |
core/modules/system/src/Form/ThemeUninstallConfirmForm.php |
|
| ThemeUninstallConfirmForm::getQuestion |
function |
core/modules/system/src/Form/ThemeUninstallConfirmForm.php |
|
| ThemeUninstallConfirmForm::submitForm |
function |
core/modules/system/src/Form/ThemeUninstallConfirmForm.php |
|
| 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 |
|
| ThemeUninstallConfirmTest::$modules |
property |
core/modules/system/tests/src/Functional/Theme/ThemeUninstallConfirmTest.php |
|
| 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 |
|
| 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 |
|
| UserLogoutConfirm::getConfirmText |
function |
core/modules/user/src/Form/UserLogoutConfirm.php |
|
| UserLogoutConfirm::getDescription |
function |
core/modules/user/src/Form/UserLogoutConfirm.php |
|
| UserLogoutConfirm::getFormId |
function |
core/modules/user/src/Form/UserLogoutConfirm.php |
|
| UserLogoutConfirm::getQuestion |
function |
core/modules/user/src/Form/UserLogoutConfirm.php |
|
| UserLogoutConfirm::submitForm |
function |
core/modules/user/src/Form/UserLogoutConfirm.php |
|