Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| FormTestBase::$callableResolver | property | core/ |
The callable resolver. |
| FormTestBase::$classResolver | property | core/ |
The class results. |
| FormTestBase::$controllerResolver | property | core/ |
The controller resolver. |
| FormTestBase::$csrfToken | property | core/ |
The CSRF token generator. |
| FormTestBase::$elementInfo | property | core/ |
The element info manager. |
| FormTestBase::$eventDispatcher | property | core/ |
The event dispatcher. |
| FormTestBase::$formBuilder | property | core/ |
The form builder being tested. |
| FormTestBase::$formCache | property | core/ |
The form cache. |
| FormTestBase::$formSubmitter | property | core/ |
The form submitter. |
| FormTestBase::$formValidator | property | core/ |
|
| FormTestBase::$kernel | property | core/ |
The Drupal kernel. |
| FormTestBase::$logger | property | core/ |
The logger. |
| FormTestBase::$moduleHandler | property | core/ |
The mocked module handler. |
| FormTestBase::$redirectResponseSubscriber | property | core/ |
The redirect response subscriber. |
| FormTestBase::$request | property | core/ |
The request. |
| FormTestBase::$requestStack | property | core/ |
The request stack. |
| FormTestBase::$themeManager | property | core/ |
The theme manager. |
| FormTestBase::$translationManager | property | core/ |
|
| FormTestBase::$urlGenerator | property | core/ |
The mocked URL generator. |
| FormTestBase::assertFormElement | function | core/ |
Asserts that the expected form structure is found in a form for a given key. |
| FormTestBase::getInfo | function | core/ |
A stub method returning properties for the defined element type. |
Pagination
- Previous page
- Page 643
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.