Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormElementBase::setConfig | function | core/ |
Sets configuration based on a nested form value array. |
| FormElementBase::validatePattern | function | core/ |
Render API callback: Handles the #pattern form element property. |
| FormElementBase::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
| FormElementBase::__construct | function | core/ |
Constructs a FormElementBase. |
| FormElementHelper | class | core/ |
Provides common functionality for form elements. |
| FormElementHelper.php | file | core/ |
|
| FormElementHelper::getElementByName | function | core/ |
Retrieves a form element. |
| FormElementHelper::getElementTitle | function | core/ |
Returns the title for the element. |
| FormElementHelperTest | class | core/ |
Tests the form element helper. |
| FormElementHelperTest.php | file | core/ |
|
| FormElementHelperTest::getElementByNameProvider | function | core/ |
Provides test data. |
| FormElementHelperTest::getElementTitleProvider | function | core/ |
Provides test data. |
| FormElementHelperTest::testGetElementByName | function | core/ |
Tests the getElementByName() method. |
| FormElementHelperTest::testGetElementTitle | function | core/ |
Tests the getElementTitle() method. |
| FormElementInlineErrorTest | class | core/ |
Tests messages on form elements. |
| FormElementInlineErrorTest.php | file | core/ |
|
| FormElementInlineErrorTest::$modules | property | core/ |
Modules to install. |
| FormElementInlineErrorTest::testDisplayErrorMessagesNotInline | function | core/ |
Tests that no inline form errors are shown when disabled for a form. |
| FormElementInterface | interface | core/ |
Provides an interface for form element plugins. |
| FormElementInterface.php | file | core/ |
|
| FormElementInterface::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
| FormElementLabelTest | class | core/ |
Tests for form_element_label theme hook. |
| FormElementLabelTest.php | file | core/ |
|
| FormElementLabelTest::$modules | property | core/ |
Modules to install. |
| FormElementLabelTest::testAttributes | function | core/ |
Ensures that attributes can be placed for form element label. |
| FormElementMaxlengthTest | class | core/ |
Tests the maxlength HTML attribute on form elements. |
| FormElementMaxlengthTest.php | file | core/ |
|
| FormElementMaxlengthTest::$modules | property | core/ |
Modules to install. |
| FormElementMaxlengthTest::buildForm | function | core/ |
Form constructor. |
| FormElementMaxlengthTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormElementMaxlengthTest::submitForm | function | core/ |
Form submission handler. |
| FormElementMaxlengthTest::testAttributes | function | core/ |
Ensures maxlength attribute can be used in compatible elements. |
| FormElementMaxlengthTest::validateForm | function | core/ |
Form validation handler. |
| FormElementsRenderTest | class | core/ |
Performs integration tests on \Drupal::service('renderer')->render(). |
| FormElementsRenderTest.php | file | core/ |
|
| FormElementsRenderTest::$modules | property | core/ |
Modules to install. |
| FormElementsRenderTest::assertRenderedElement | function | core/ |
Tests that elements are rendered properly. |
| FormElementsRenderTest::testDrupalRenderFormElements | function | core/ |
Tests rendering form elements without using doBuildForm(). |
| FormErrorHandler | class | core/ |
Handles form errors. |
| FormErrorHandler | class | core/ |
Produces inline form errors. |
| FormErrorHandler.php | file | core/ |
|
| FormErrorHandler.php | file | core/ |
|
| FormErrorHandler::$messenger | property | core/ |
The messenger. |
| FormErrorHandler::$renderer | property | core/ |
The renderer service. |
| FormErrorHandler::displayErrorMessages | function | core/ |
Loops through and displays all form errors. |
| FormErrorHandler::displayErrorMessages | function | core/ |
Loops through and displays all form errors. |
| FormErrorHandler::handleFormErrors | function | core/ |
Handles form errors after form validation. |
| FormErrorHandler::setElementErrorsFromFormState | function | core/ |
Stores errors and a list of child element errors directly on each element. |
| FormErrorHandler::__construct | function | core/ |
Constructs a new FormErrorHandler. |
| FormErrorHandlerCKEditor5Test | class | core/ |
Tests the inline errors fragment link to a CKEditor5-enabled textarea. |
Pagination
- Previous page
- Page 741
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.