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
FormTestMiddleware::$httpKernel property core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php The decorated kernel.
FormTestMiddleware::handle function core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php
FormTestMiddleware::__construct function core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php Constructs a FormTestMiddleware object.
FormTestNumberForm class core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php Builds a form to test #type 'number' and 'range' validation.
FormTestNumberForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php
FormTestNumberForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php
FormTestNumberForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php
FormTestNumberForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php
FormTestObject class core/modules/system/tests/modules/form_test/src/FormTestObject.php Provides a test form object.
FormTestObject.php file core/modules/system/tests/modules/form_test/src/FormTestObject.php
FormTestObject::buildForm function core/modules/system/tests/modules/form_test/src/FormTestObject.php
FormTestObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestObject.php
FormTestObject::getFormId function core/modules/system/tests/modules/form_test/src/FormTestObject.php
FormTestObject::submitForm function core/modules/system/tests/modules/form_test/src/FormTestObject.php
FormTestObject::validateForm function core/modules/system/tests/modules/form_test/src/FormTestObject.php
FormTestOptionalContainerForm class core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php Builds a simple form to test the #optional property on #type 'container'.
FormTestOptionalContainerForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php
FormTestOptionalContainerForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php
FormTestOptionalContainerForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php
FormTestOptionalContainerForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php
FormTestPatternForm class core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php Builds a simple form using the FAPI #pattern property.
FormTestPatternForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php
FormTestPatternForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php
FormTestPatternForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php
FormTestPatternForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php
FormTestPlaceholderForm class core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php Builds a form to test the placeholder attribute.
FormTestPlaceholderForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php
FormTestPlaceholderForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php
FormTestPlaceholderForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php
FormTestPlaceholderForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php
FormTestProgrammaticForm class core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php Form builder to test programmatic form submissions.
FormTestProgrammaticForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
FormTestProgrammaticForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
FormTestProgrammaticForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
FormTestProgrammaticForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
FormTestProgrammaticForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
FormTestRadiosCheckedForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php Form constructor to test #default_value settings of radios.
FormTestRadiosCheckedForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
FormTestRadiosCheckedForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
FormTestRadiosCheckedForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
FormTestRadiosCheckedForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
FormTestRangeForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php Form constructor for testing #type 'range' elements.
FormTestRangeForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php
FormTestRangeForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php
FormTestRangeForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php
FormTestRangeForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php
FormTestRangeInvalidForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php Form constructor for testing invalid #type 'range' elements.
FormTestRangeInvalidForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php
FormTestRangeInvalidForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php
FormTestRangeInvalidForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php

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