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. 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 class core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php Form constructor to test the #required property.
FormTestValidateRequiredForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php
FormTestValidateRequiredForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php Form constructor.
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 Returns a unique string identifying the form.
FormTestValidateRequiredForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php Form submission handler.
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 Form constructor.
FormTestValidateRequiredNoTitleForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php Returns a unique string identifying the form.
FormTestValidateRequiredNoTitleForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php Form submission handler.
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 Form constructor.
FormTestVerticalTabsAccessForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php Returns a unique string identifying the form.
FormTestVerticalTabsAccessForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php Form submission handler.
FormTestVerticalTabsAccessForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php Form validation handler.
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 Form constructor.
FormTestVerticalTabsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php Returns a unique string identifying the form.
FormTestVerticalTabsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php Form submission handler.
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 Form constructor.
FormTestVerticalTabsWithSummaryForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php Returns a unique string identifying the form.
FormTestVerticalTabsWithSummaryForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php Form submission handler.
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 Overrides Drupal\views\Plugin\views\HandlerBase:init().
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 Form constructor.
FormValidationMessageOrderTest::getFormId function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php Returns a unique string identifying the form.
FormValidationMessageOrderTest::submitForm function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php Form submission handler.
FormValidationMessageOrderTest::testValidationErrorMessagesSortedWithWeight function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php Tests that fields validation messages are sorted in the fields order.

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