146 string references to 'Submit'

ActionsTest::buildForm in core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php
Form constructor.
AjaxFormBlock::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php
Form constructor.
AjaxFormsTestCommandsForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php
.
AjaxFormsTestLazyLoadForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php
Form constructor.
AjaxFormsTestSimpleForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php
Form constructor.
AjaxFormsTestValidationForm::buildForm in core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php
Form constructor.
BatchTestChainedForm::buildForm in core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php
Form constructor.
BatchTestMockForm::buildForm in core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php
Form constructor.
BatchTestMultiStepForm::buildForm in core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php
Form constructor.
BatchTestSimpleForm::buildForm in core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php
Form constructor.
BlockFormInBlockTest::testCachePerPage in core/modules/block/tests/src/Functional/BlockFormInBlockTest.php
Tests to see if form in block's redirect isn't cached.
BrowserTestBaseTest::testForm in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests basic form functionality.
Button::preRenderButton in core/lib/Drupal/Core/Render/Element/Button.php
Prepares a #type 'button' render element for input.html.twig.
claro_views_ui_display_top_alter in core/themes/claro/claro.theme
Implements hook_views_ui_display_top_alter().
ConditionFormTest::testConfigForm in core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php
Submit the condition_node_type_test_form to test condition forms.
ContentTranslationHandler::entityFormAlter in core/modules/content_translation/src/ContentTranslationHandler.php
Performs the needed alterations to the entity form.
content_translation_language_configuration_element_process in core/modules/content_translation/content_translation.module
Process callback: Expands the language_configuration form element.
content_translation_test_form_node_form_alter in core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.module
Implements hook_form_BASE_FORM_ID_alter().
DatelistElementFormTest::buildForm in core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php
Form constructor.
DatetimeElementFormTest::buildForm in core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php
Form constructor.
ElementsAccessTest::testAccessFalse in core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php
Ensures that child values are still processed when #access = FALSE.
ElementsTableSelectTest::formSubmitHelper in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Helper function for the option check test to submit a form while collecting errors.
ElementsTableSelectTest::testMultipleFalseSubmit in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Tests submission of values when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrueSubmit in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Tests the submission of single and multiple values when #multiple is TRUE.
ElementsVerticalTabsTest::testDefaultTabCleaned in core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
Ensures that vertical tab form values are cleaned.
ElementTest::testFormElementErrors in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests form element error messages.
EmailTest::testFormEmail in core/modules/system/tests/src/Functional/Form/EmailTest.php
Tests that #type 'email' fields are properly validated.
ExposedFormTest::testFormErrorWithExposedForm in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Tests a view which is rendered after a form with a validation error.
FileTestForm::buildForm in core/modules/file/tests/file_test/src/Form/FileTestForm.php
Form constructor.
FileTestSaveUploadFromForm::buildForm in core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php
Form constructor.
FileWidget::process in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Form API callback: Processes a file_generic field element.
FormController::buildForm in core/modules/system/tests/modules/condition_test/src/FormController.php
Form constructor.
FormElementMaxlengthTest::buildForm in core/modules/system/tests/src/Kernel/Form/FormElementMaxlengthTest.php
Form constructor.
FormElementsRenderTest::testDrupalRenderFormElements in core/modules/system/tests/src/Kernel/Common/FormElementsRenderTest.php
Tests rendering form elements without using doBuildForm().
FormTest::testCheckboxProcessing in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests default value handling for checkboxes.
FormTest::testColorValidation in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests validation of #type 'color' elements.
FormTest::testDisabledElements in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests handling of disabled elements.
FormTest::testDisabledMarkup in core/modules/system/tests/src/Functional/Form/FormTest.php
Verify markup for disabled form elements.
FormTest::testInputForgery in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests Form API protections against input forgery.
FormTest::testInputWithInvalidToken in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests that input is retained for safe elements even with an invalid token.
FormTest::testNumber in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests validation of #type 'number' and 'range' elements.
FormTest::testRange in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests default value handling of #type 'range' elements.
FormTest::testRequiredCheckboxesRadio in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests validation for required checkbox, select, and radio elements.
FormTest::testRequiredFields in core/modules/system/tests/src/Functional/Form/FormTest.php
Check several empty values for required forms elements.
FormTest::testRequiredTextfieldNoTitle in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests validation for required textfield element without title.
FormTest::testSelect in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests validation of #type 'select' elements.
FormTestBase::simulateFormSubmission in core/tests/Drupal/Tests/Core/Form/FormTestBase.php
Simulates a form submission within a request, bypassing submitForm().
FormTestCheckboxesRadiosForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php
Form constructor.
FormTestCheckboxForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php
Form constructor.
FormTestClickedButtonForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php
Form constructor.
FormTestColorForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestColorForm.php
Form constructor.
FormTestDetailsContainsRequiredTextfieldForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsContainsRequiredTextfieldForm.php
Form constructor.
FormTestDetailsForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php
Form constructor.
FormTestDisabledElementsForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php
Form constructor.
FormTestEmailForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php
Form constructor.
FormTestFormStateValuesCleanAdvancedForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php
Form constructor.
FormTestFormStateValuesCleanForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php
Form constructor.
FormTestInputForgeryForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php
Form constructor.
FormTestLanguageSelectForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
Form constructor.
FormTestMachineNameForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php
Form constructor.
FormTestNumberForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php
Form constructor.
FormTestPatternForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php
Form constructor.
FormTestProgrammaticForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
Form constructor.
FormTestRadiosCheckedForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
Form constructor.
FormTestRangeForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php
Form constructor.
FormTestRangeInvalidForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php
Form constructor.
FormTestRebuildPreserveValuesForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
Form constructor.
FormTestRedirectForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRedirectForm.php
Form constructor.
FormTestRequiredAttributeForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRequiredAttributeForm.php
Form constructor.
FormTestResponseForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestResponseForm.php
Form constructor.
FormTestSelectForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php
Form constructor.
FormTestStatePersistForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php
Form constructor.
FormTestTableSelectFormBase::tableselectFormBuilder in core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php
Build a form to test the tableselect element.
FormTestUrlForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php
Form constructor.
FormTestValidateRequiredForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php
Form constructor.
FormTestValidateRequiredNoTitleForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php
Form constructor.
FormTestVerticalTabsAccessForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
Form constructor.
FormValidationMessageOrderTest::buildForm in core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php
Form constructor.
FormValidatorTest::providerTestHandleErrorsWithLimitedValidation in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
FrameworkTest::testCurrentPathChange in core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
Tests that drupalSettings.currentPath is not updated on AJAX requests.
FrameworkTest::testLazyLoad in core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrameworkTest::testLazyLoadOverriddenCSS in core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
Tests that overridden CSS files are not added during lazy load.
LanguageConfiguration::processLanguageConfiguration in core/modules/language/src/Element/LanguageConfiguration.php
Process handler for the language_configuration form element.
LanguageSelectElementTest::testHiddenLanguageSelectElement in core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php
Tests the case when the language select elements should not be printed.
menu_ui_form_node_form_alter in core/modules/menu_ui/menu_ui.module
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.
PathElementFormTest::buildForm in core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php
Form constructor.
ProcessingTest::testBatchForm in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
Tests batches defined in a form submit handler.
ProcessingTest::testBatchFormMultipleBatches in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
Tests batches defined in different submit handlers on the same form.
ProcessingTest::testBatchFormMultistep in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
Tests batches defined in a multistep form.
ProcessingTest::testLinkToErrorPageAppears in core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php
Tests that a link to the error page is shown.
RedirectBlockForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php
Form constructor.
RedirectTest::testRedirect in core/modules/system/tests/src/Functional/Form/RedirectTest.php
Tests form redirection.
RedirectTest::testRedirectFromErrorPages in core/modules/system/tests/src/Functional/Form/RedirectTest.php
Tests form redirection from 404/403 pages with the Block form.
RenderElementBase::preRenderAjaxForm in core/lib/Drupal/Core/Render/Element/RenderElementBase.php
Adds Ajax information about an element to communicate with JavaScript.
ResponseTest::testFormResponse in core/modules/system/tests/src/Functional/Form/ResponseTest.php
Tests that enforced responses propagate through subscribers and middleware.
SaveUploadFormTest::setUp in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
SaveUploadFormTest::testDrupalMovingUploadedFileError in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests for log entry on failing destination.
SaveUploadFormTest::testErrorMessagesAreNotChanged in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests that form validation does not change error messages.
SaveUploadFormTest::testExistingError in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests for failure when uploading over a file that already exists.
SaveUploadFormTest::testExistingRename in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests renaming when uploading over a file that already exists.
SaveUploadFormTest::testExistingReplace in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests replacement when uploading over a file that already exists.
SaveUploadFormTest::testHandleDangerousFile in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests dangerous file handling.
SaveUploadFormTest::testHandleExtension in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests extension handling.
SaveUploadFormTest::testHandleFileMunge in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests file munge handling.
SaveUploadFormTest::testNormal in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests the _file_save_upload_from_form() function.
SaveUploadFormTest::testNoUpload in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests for no failures when not uploading a file.
SaveUploadFormTest::testUploadFieldIsHighlighted in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests highlighting of file upload field when it has an error.
SaveUploadTest::setUp in core/modules/file/tests/src/Functional/SaveUploadTest.php
SaveUploadTest::testDrupalMovingUploadedFileError in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests for log entry on failing destination.
SaveUploadTest::testDuplicate in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests uploading a duplicate file.
SaveUploadTest::testExistingError in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests for failure when uploading over a file that already exists.
SaveUploadTest::testExistingRename in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests renaming when uploading over a file that already exists.
SaveUploadTest::testExistingReplace in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests replacement when uploading over a file that already exists.
SaveUploadTest::testHandleDangerousFile in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests dangerous file handling.
SaveUploadTest::testHandleDotFile in core/modules/file/tests/src/Functional/SaveUploadTest.php
Test dangerous file handling.
SaveUploadTest::testHandleExtension in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests extension handling.
SaveUploadTest::testHandleFileMunge in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests file munge handling.
SaveUploadTest::testInvalidUtf8FilenameUpload in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests that filenames containing invalid UTF-8 are rejected.
SaveUploadTest::testNormal in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests the file_save_upload() function.
SaveUploadTest::testNoUpload in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests for no failures when not uploading a file.
SaveUploadTest::testRequired in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests the file_save_upload() function when the field is required.
SaveUploadTest::testSanitization in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests filename sanitization.
SiteMaintenanceTest::testSiteMaintenance in core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
Verifies site maintenance mode functionality.
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php
Tests \Drupal\Core\Form\FormState::cleanValues().
StateValuesCleanTest::testFormStateValuesClean in core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php
Tests \Drupal\Core\Form\FormState::cleanValues().
template_preprocess_file_widget_multiple in core/modules/file/file.module
Prepares variables for multi file form widget templates.
template_preprocess_views_ui_rearrange_filter_form in core/modules/views_ui/views_ui.theme.inc
Prepares variables for Views UI rearrange filter form templates.
TestForm::buildForm in core/modules/block/tests/modules/block_test/src/Form/TestForm.php
Form constructor.
test_form_id in core/tests/Drupal/Tests/Core/Form/fixtures/form_base_test.inc
Creates a test form.
UrlTest::testFormUrl in core/modules/system/tests/src/Functional/Form/UrlTest.php
Tests that #type 'url' fields are properly validated and trimmed.
UserLoginTest::resetUserPassword in core/modules/user/tests/src/Functional/UserLoginTest.php
Reset user password.
UserPasswordForm::buildForm in core/modules/user/src/Form/UserPasswordForm.php
Form constructor.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests password reset functionality.
UserPasswordResetTest::testUserPasswordResetLoggedIn in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests user password reset while logged in.
UserPasswordResetTest::testUserPasswordResetPreferredLanguage in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests password reset functionality when user has set preferred language.
UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm in core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php
Tests password reset functionality with an AJAX form.
UserPasswordResetTest::testUserResetPasswordIpFloodControl in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests password reset flood control for one IP.
UserPasswordResetTest::testUserResetPasswordUserFloodControl in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests password reset flood control for one user.
UserPasswordResetTest::testUserResetPasswordUserFloodControlIsCleared in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests user password reset flood control is cleared on successful reset.
ValidationTest::testCustomRequiredError in core/modules/system/tests/src/Functional/Form/ValidationTest.php
Tests #required with custom validation errors.
ValidationTest::testPatternValidation in core/modules/system/tests/src/Functional/Form/ValidationTest.php
Tests #pattern validation.
ViewEditForm::renderDisplayTop in core/modules/views_ui/src/ViewEditForm.php
Render the top of the display so it can be updated during ajax operations.
views.view.test_user_path.yml in core/modules/views/tests/modules/views_test_config/test_views/views.view.test_user_path.yml
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_user_path.yml
ViewsExposedForm::submitForm in core/modules/views/src/Form/ViewsExposedForm.php
Form submission handler.
ViewsTestDataErrorForm::buildForm in core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php
Form constructor.
views_ui_add_ajax_trigger in core/modules/views_ui/admin.inc
Converts a form element in the add view wizard to be AJAX-enabled.

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