Search for form

  1. Search 7.x for form
  2. Search 9.5.x for form
  3. Search 8.9.x for form
  4. Search 10.3.x for form
  5. Search 11.x for form
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Form class core/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.
Form class core/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.

All search results

Title Object type File name Summary
FormTestValidateRequiredForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php
FormTestValidateRequiredForm::elementValidateRequired function core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php
FormTestValidateRequiredForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php
FormTestValidateRequiredForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php
FormTestValidateRequiredNoTitleForm class core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php Form constructor to test the #required property without #title.
FormTestValidateRequiredNoTitleForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php
FormTestValidateRequiredNoTitleForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php
FormTestValidateRequiredNoTitleForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php
FormTestValidateRequiredNoTitleForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php
FormTestVerticalTabsAccessForm class core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php Builds a form to test vertical tabs access.
FormTestVerticalTabsAccessForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
FormTestVerticalTabsAccessForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
FormTestVerticalTabsAccessForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
FormTestVerticalTabsAccessForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
FormTestVerticalTabsAccessForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
FormTestVerticalTabsForm class core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php Builds a simple form to test vertical tabs.
FormTestVerticalTabsForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php
FormTestVerticalTabsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php
FormTestVerticalTabsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php
FormTestVerticalTabsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php
FormTestVerticalTabsWithSummaryForm class core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php Builds a simple form to test vertical-tabs form element with tab summaries.
FormTestVerticalTabsWithSummaryForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php
FormTestVerticalTabsWithSummaryForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php
FormTestVerticalTabsWithSummaryForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php
FormTestVerticalTabsWithSummaryForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php
Formula class core/modules/views/src/Plugin/views/argument/Formula.php Argument handler for simple formulae.
Formula.php file core/modules/views/src/Plugin/views/argument/Formula.php
Formula::$formula property core/modules/views/src/Plugin/views/argument/Formula.php An appropriate SQL string for the DB type and field type.
Formula::getFormula function core/modules/views/src/Plugin/views/argument/Formula.php Gets the prepared formula.
Formula::init function core/modules/views/src/Plugin/views/argument/Formula.php
Formula::query function core/modules/views/src/Plugin/views/argument/Formula.php Build the query based upon the formula.
Formula::summaryQuery function core/modules/views/src/Plugin/views/argument/Formula.php Build the summary query based on a formula.
FormUploadedFile class core/modules/file/src/Upload/FormUploadedFile.php Provides a bridge to Symfony UploadedFile.
FormUploadedFile.php file core/modules/file/src/Upload/FormUploadedFile.php
FormUploadedFile::$uploadedFile property core/modules/file/src/Upload/FormUploadedFile.php The wrapped uploaded file.
FormUploadedFile::getClientOriginalName function core/modules/file/src/Upload/FormUploadedFile.php Returns the original file name.
FormUploadedFile::getFilename function core/modules/file/src/Upload/FormUploadedFile.php Gets the filename.
FormUploadedFile::getPathname function core/modules/file/src/Upload/FormUploadedFile.php Gets the path to the file.
FormUploadedFile::getRealPath function core/modules/file/src/Upload/FormUploadedFile.php Gets the absolute path to the file.
FormUploadedFile::getSize function core/modules/file/src/Upload/FormUploadedFile.php Gets file size.
FormUploadedFile::validate function core/modules/file/src/Upload/FormUploadedFile.php Validates the uploaded file information.
FormUploadedFile::__construct function core/modules/file/src/Upload/FormUploadedFile.php Creates a new FormUploadedFile.
FormValidationMessageOrderTest class core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php Tests form validation messages are displayed in the same order as the fields.
FormValidationMessageOrderTest.php file core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php
FormValidationMessageOrderTest::buildForm function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php
FormValidationMessageOrderTest::getFormId function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php
FormValidationMessageOrderTest::submitForm function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php
FormValidationMessageOrderTest::testValidationErrorMessagesSortedWithWeight function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php Tests that fields validation messages are sorted in the fields order.
FormValidationMessageOrderTest::validateForm function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php
FormValidator class core/lib/Drupal/Core/Form/FormValidator.php Provides validation of form submissions.

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