Search for element
- Search 7.x for element
- Search 9.5.x for element
- Search 8.9.x for element
- Search 11.x for element
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Element | class | core/ |
Defines a service for Text Editor's render elements. |
Element | class | core/ |
Provides helper methods for Drupal render elements. |
Element | class | core/ |
Defines a generic configuration element. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FormElementsRenderTest | class | core/ |
Performs integration tests on \Drupal::service('renderer')->render(). |
FormElementsRenderTest.php | file | core/ |
|
FormElementsRenderTest::$modules | property | core/ |
|
FormElementsRenderTest::assertRenderedElement | function | core/ |
Tests that elements are rendered properly. |
FormElementsRenderTest::testDrupalRenderFormElements | function | core/ |
Tests rendering form elements without using doBuildForm(). |
FormErrorHandler::setElementErrorsFromFormState | function | core/ |
Stores errors and a list of child element errors directly on each element. |
FormErrorHandlerTest::testSetElementErrorsFromFormState | function | core/ |
@covers ::handleFormErrors @covers ::setElementErrorsFromFormState |
FormGroupingElementsTest | class | core/ |
Tests for form grouping elements. |
FormGroupingElementsTest.php | file | core/ |
|
FormGroupingElementsTest::$defaultTheme | property | core/ |
|
FormGroupingElementsTest::$modules | property | core/ |
Required modules. |
FormGroupingElementsTest::setUp | function | core/ |
|
FormGroupingElementsTest::testDetailsChildVisibility | function | core/ |
Tests that details element children become visible. |
FormGroupingElementsTest::testDetailsContainsRequiredTextfield | function | core/ |
Tests form submit with a required field in closed details element. |
FormGroupingElementsTest::testDetailsContainsRequiredTextfieldAjaxForm | function | core/ |
Tests required field in closed details element with ajax form. |
FormGroupingElementsTest::testVerticalTabChildVisibility | function | core/ |
Tests that vertical tab children become visible. |
FormGroupingElementsTest::testVerticalTabValidationVisibility | function | core/ |
Confirms tabs containing a field with a validation error are open. |
FormHelperTest::providerElements | function | core/ |
Provides a list of elements to test. |
FormState::$has_file_element | property | core/ |
|
FormState::$triggering_element | property | core/ |
|
FormState::getTriggeringElement | function | core/ |
|
FormState::hasFileElement | function | core/ |
|
FormState::setHasFileElement | function | core/ |
|
FormState::setTriggeringElement | function | core/ |
|
FormStateDecoratorBase::getTriggeringElement | function | core/ |
|
FormStateDecoratorBase::hasFileElement | function | core/ |
|
FormStateDecoratorBase::setHasFileElement | function | core/ |
|
FormStateDecoratorBase::setTriggeringElement | function | core/ |
|
FormStateDecoratorBase::setValueForElement | function | core/ |
|
FormStateDecoratorBaseTest::testGetTriggeringElement | function | core/ |
@covers ::getTriggeringElement |
FormStateDecoratorBaseTest::testHasFileElement | function | core/ |
@covers ::hasFileElement |
FormStateDecoratorBaseTest::testSetHasFileElement | function | core/ |
@covers ::setHasFileElement |
FormStateDecoratorBaseTest::testSetTriggeringElement | function | core/ |
@covers ::setTriggeringElement |
FormStateDecoratorBaseTest::testSetValueForElement | function | core/ |
@covers ::setValueForElement |
FormStateInterface::getTriggeringElement | function | core/ |
Gets the form element that triggered submission. |
FormStateInterface::hasFileElement | function | core/ |
Returns whether this form has a file element. |
FormStateInterface::setHasFileElement | function | core/ |
Sets that this form has a file element. |
FormStateInterface::setTriggeringElement | function | core/ |
Sets the form element that triggered submission. |
FormStateInterface::setValueForElement | function | core/ |
Changes submitted form values during form validation. |
FormStateValuesTrait::setValueForElement | function | core/ |
Implements \Drupal\Core\Form\FormStateInterface::setValueForElement() |
FormStateValuesTraitTest::testSetValueForElement | function | core/ |
Tests that setting the value for an element adds to the values. |
FormTest::testDisabledElements | function | core/ |
Tests handling of disabled elements. |
FormTestBase::$elementInfo | property | core/ |
The element info manager. |
FormTestBase::assertFormElement | function | core/ |
Asserts that the expected form structure is found in a form for a given key. |
FormTestDisabledElementsForm | class | core/ |
Builds a form to test disabled elements. |
FormTestDisabledElementsForm.php | file | core/ |
|
FormTestDisabledElementsForm::buildForm | function | core/ |
|
FormTestDisabledElementsForm::getFormId | function | core/ |
|
FormTestDisabledElementsForm::submitForm | function | core/ |
|
FormTestLimitValidationErrorsForm::elementValidateLimitValidationErrors | function | core/ |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.