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. Other projects
Title Object type File name Summary
PasswordConfirm.php file core/lib/Drupal/Core/Render/Element/PasswordConfirm.php
PasswordConfirm::getInfo function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Returns the element properties for this element.
PasswordConfirm::processPasswordConfirm function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Expand a password_confirm field into two text boxes.
PasswordConfirm::validatePasswordConfirm function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Validates a password_confirm element.
PasswordConfirm::valueCallback function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Determines how user input is mapped to an element's #value property.
PasswordConfirmTest class core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php @coversDefaultClass \Drupal\Core\Render\Element\PasswordConfirm
@group Render
PasswordConfirmTest.php file core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php
PasswordConfirmTest::providerTestValueCallback function core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php Data provider for testValueCallback().
PasswordConfirmTest::testValueCallback function core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php @covers ::valueCallback
PasswordConfirmWidgetTest class core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Tests the JS components added to the PasswordConfirm render element.
PasswordConfirmWidgetTest.php file core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php
PasswordConfirmWidgetTest::$assert property core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php WebAssert object.
PasswordConfirmWidgetTest::$defaultTheme property core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php The theme to install as the default for testing.
PasswordConfirmWidgetTest::$testUser property core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php User for testing.
PasswordConfirmWidgetTest::setUp function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php
PasswordConfirmWidgetTest::testFillConfirmOnly function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Tests the password confirm widget so that only confirm input is filled.
PasswordConfirmWidgetTest::testPasswordConfirmMessage function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Ensures that password match message is visible when widget is initialized.
PasswordConfirmWidgetTest::testPasswordConfirmWidgetJsComponents function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Tests the components added to the password confirm widget.
PhpassHooks::formSystemModulesUninstallConfirmFormAlter function core/modules/phpass/src/Hook/PhpassHooks.php Implements hook_form_FORM_ID_alter() for system_modules_uninstall_confirm_form.
phpass_form_system_modules_uninstall_confirm_form_alter function core/modules/phpass/phpass.module Implements hook_form_FORM_ID_alter() for system_modules_uninstall_confirm_form.
PrepareModulesEntityUninstallForm::getConfirmText function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns a caption for the button that confirms the action.
RebuildPermissionsForm::getConfirmText function core/modules/node/src/Form/RebuildPermissionsForm.php Returns a caption for the button that confirms the action.
ReindexConfirm class core/modules/search/src/Form/ReindexConfirm.php Provides the search reindex confirmation form.
ReindexConfirm.php file core/modules/search/src/Form/ReindexConfirm.php
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.
ReindexConfirm::getConfirmText function core/modules/search/src/Form/ReindexConfirm.php Returns a caption for the button that confirms the action.
ReindexConfirm::getDescription function core/modules/search/src/Form/ReindexConfirm.php Returns additional text to display as a description.
ReindexConfirm::getFormId function core/modules/search/src/Form/ReindexConfirm.php Returns a unique string identifying the form.
ReindexConfirm::getQuestion function core/modules/search/src/Form/ReindexConfirm.php Returns the question to ask the user.
ReindexConfirm::submitForm function core/modules/search/src/Form/ReindexConfirm.php Form submission handler.
RemoveBlockForm::getConfirmText function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns a caption for the button that confirms the action.
RemoveSectionForm::getConfirmText function core/modules/layout_builder/src/Form/RemoveSectionForm.php Returns a caption for the button that confirms the action.
RevertOverridesForm::getConfirmText function core/modules/layout_builder/src/Form/RevertOverridesForm.php Returns a caption for the button that confirms the action.
ReviewForm::getConfirmText function core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Returns a caption for the button that confirms the action.
RevisionDeleteForm::getConfirmText function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Returns a caption for the button that confirms the action.
RevisionRevertForm::getConfirmText function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Returns a caption for the button that confirms the action.
TestActionConfirmForm class core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php Confirmation form for 'test_action' action.
TestActionConfirmForm.php file core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php
TestActionConfirmForm::getCancelUrl function core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php Returns the route to go to if the user cancels the action.
TestActionConfirmForm::getFormId function core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php Returns a unique string identifying the form.
TestActionConfirmForm::getQuestion function core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php Returns the question to ask the user.
TestActionConfirmForm::submitForm function core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php Form submission handler.
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 this class.
ThemeExperimentalConfirmForm::getCancelUrl function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns the route to go to if the user cancels the action.

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