Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormTest::assertFormValuesDefault | function | core/ |
Assert that the values submitted to a form matches the default values of the elements. |
| FormTest::setUp | function | core/ |
|
| FormTest::setUp | function | core/ |
|
| FormTest::testCheckboxProcessing | function | core/ |
Tests default value handling for checkboxes. |
| FormTest::testColorValidation | function | core/ |
Tests validation of #type 'color' elements. |
| FormTest::testDisabledElements | function | core/ |
Tests handling of disabled elements. |
| FormTest::testDisabledMarkup | function | core/ |
Verify markup for disabled form elements. |
| FormTest::testEmptySelect | function | core/ |
Tests a select element when #options is not set. |
| FormTest::testFieldFormAccess | function | core/ |
Tests fields with no 'edit' access. |
| FormTest::testFieldFormDefaultValue | function | core/ |
Tests field widget default values on entity forms. |
| FormTest::testFieldFormMultivalueWithRequiredRadio | function | core/ |
Tests widget handling of multiple required radios. |
| FormTest::testFieldFormSingle | function | core/ |
|
| FormTest::testFieldFormSingleRequired | function | core/ |
|
| FormTest::testFieldFormUnlimited | function | core/ |
|
| FormTest::testFieldFormUnlimitedRequired | function | core/ |
Tests the position of the required label. |
| FormTest::testGetFormsCsrfToken | function | core/ |
CSRF tokens for GET forms should not be added by default. |
| FormTest::testHiddenField | function | core/ |
Tests hiding a field in a form. |
| FormTest::testInputForgery | function | core/ |
Tests Form API protections against input forgery. |
| FormTest::testInputWithInvalidToken | function | core/ |
Tests that input is retained for safe elements even with an invalid token. |
| FormTest::testLabelOnMultiValueFields | function | core/ |
Tests the form display of the label for multi-value fields. |
| FormTest::testNumber | function | core/ |
Tests validation of #type 'number' and 'range' elements. |
| FormTest::testRange | function | core/ |
Tests default value handling of #type 'range' elements. |
| FormTest::testRequiredAttribute | function | core/ |
Tests required attribute. |
| FormTest::testRequiredCheckboxesRadio | function | core/ |
Tests validation for required checkbox, select, and radio elements. |
| FormTest::testRequiredFields | function | core/ |
Check several empty values for required forms elements. |
| FormTest::testRequiredTextfieldNoTitle | function | core/ |
Tests validation for required textfield element without title. |
| FormTest::testSelect | function | core/ |
Tests validation of #type 'select' elements. |
| FormTest::testSelectSorting | function | core/ |
Tests sorting and not sorting of options in a select element. |
| FormTest::validateSelectSorting | function | core/ |
Validates that the options are in the right order in a select. |
| FormTestAlterForm | class | core/ |
Form builder for testing hook_form_alter() and hook_form_FORM_ID_alter(). |
| FormTestAlterForm.php | file | core/ |
|
| FormTestAlterForm::buildForm | function | core/ |
Form constructor. |
| FormTestAlterForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestAlterForm::submitForm | function | core/ |
Form submission handler. |
| FormTestArgumentsObject | class | core/ |
Provides a test form object that needs arguments. |
| FormTestArgumentsObject.php | file | core/ |
|
| FormTestArgumentsObject::buildForm | function | core/ |
Form constructor. |
| FormTestArgumentsObject::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| FormTestArgumentsObject::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestArgumentsObject::submitForm | function | core/ |
Form submission handler. |
| FormTestArgumentsObject::validateForm | function | core/ |
Form validation handler. |
| FormTestAutocompleteForm | class | core/ |
Defines a test form using autocomplete textfields. |
| FormTestAutocompleteForm.php | file | core/ |
|
| FormTestAutocompleteForm::buildForm | function | core/ |
Form constructor. |
| FormTestAutocompleteForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestAutocompleteForm::submitForm | function | core/ |
Form submission handler. |
| FormTestBase | class | core/ |
Provides a base class for testing form functionality. |
| FormTestBase.php | file | core/ |
|
| FormTestBase::$account | property | core/ |
The current user. |
| FormTestBase::$cache | property | core/ |
The cache backend to use. |
Pagination
- Previous page
- Page 725
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.