Search for values
- Search 7.x for values
- Search 9.5.x for values
- Search 8.9.x for values
- Search 10.3.x for values
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FormStateValuesTrait.php | file | core/ |
|
FormStateValuesTrait::getValue | function | core/ |
Implements \Drupal\Core\Form\FormStateInterface::getValue() |
FormStateValuesTrait::getValues | function | core/ |
Implements \Drupal\Core\Form\FormStateInterface::getValues() |
FormStateValuesTrait::hasValue | function | core/ |
Implements \Drupal\Core\Form\FormStateInterface::hasValue() |
FormStateValuesTrait::isValueEmpty | function | core/ |
Implements \Drupal\Core\Form\FormStateInterface::isValueEmpty() |
FormStateValuesTrait::setValue | function | core/ |
Implements \Drupal\Core\Form\FormStateInterface::setValue() |
FormStateValuesTrait::setValueForElement | function | core/ |
Implements \Drupal\Core\Form\FormStateInterface::setValueForElement() |
FormStateValuesTrait::setValues | function | core/ |
Implements \Drupal\Core\Form\FormStateInterface::setValues() |
FormStateValuesTrait::unsetValue | function | core/ |
Implements \Drupal\Core\Form\FormStateInterface::unsetValue() |
FormStateValuesTraitStub | class | core/ |
|
FormStateValuesTraitStub::$values | property | core/ |
The submitted form values. |
FormStateValuesTraitStub::getValues | function | core/ |
|
FormStateValuesTraitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Form\FormStateValuesTrait |
FormStateValuesTraitTest.php | file | core/ |
|
FormStateValuesTraitTest::providerGetValue | function | core/ |
Provides data to self::testGetValue(). |
FormStateValuesTraitTest::providerHasValue | function | core/ |
Provides data to self::testHasValue(). |
FormStateValuesTraitTest::providerIsValueEmpty | function | core/ |
Provides data to self::testIsValueEmpty(). |
FormStateValuesTraitTest::providerSetValue | function | core/ |
Provides data to self::testSetValue(). |
FormStateValuesTraitTest::testGetValue | function | core/ |
@covers ::getValue |
FormStateValuesTraitTest::testGetValueModifyReturn | function | core/ |
@covers ::getValue |
FormStateValuesTraitTest::testHasValue | function | core/ |
@covers ::hasValue |
FormStateValuesTraitTest::testIsValueEmpty | function | core/ |
@covers ::isValueEmpty |
FormStateValuesTraitTest::testSetValue | function | core/ |
@covers ::setValue |
FormStateValuesTraitTest::testSetValueForElement | function | core/ |
Tests that setting the value for an element adds to the values. |
FormTest::assertFormValuesDefault | function | core/ |
Assert that the values submitted to a form matches the default values of the elements. |
FormTestFormStateValuesCleanAdvancedForm | class | core/ |
Form builder for \Drupal\Core\Form\FormState::cleanValues() test. |
FormTestFormStateValuesCleanAdvancedForm.php | file | core/ |
|
FormTestFormStateValuesCleanAdvancedForm::buildForm | function | core/ |
|
FormTestFormStateValuesCleanAdvancedForm::getFormId | function | core/ |
|
FormTestFormStateValuesCleanAdvancedForm::submitForm | function | core/ |
|
FormTestFormStateValuesCleanForm | class | core/ |
Form builder for \Drupal\Core\Form\FormState::cleanValues() test. |
FormTestFormStateValuesCleanForm.php | file | core/ |
|
FormTestFormStateValuesCleanForm::buildForm | function | core/ |
|
FormTestFormStateValuesCleanForm::cleanValue | function | core/ |
Helper function to clean a value on an element. |
FormTestFormStateValuesCleanForm::getFormId | function | core/ |
|
FormTestFormStateValuesCleanForm::submitForm | function | core/ |
|
FormTestRebuildPreserveValuesForm | class | core/ |
Form builder for testing preservation of values during a rebuild. |
FormTestRebuildPreserveValuesForm.php | file | core/ |
|
FormTestRebuildPreserveValuesForm::addMoreSubmitForm | function | core/ |
|
FormTestRebuildPreserveValuesForm::buildForm | function | core/ |
|
FormTestRebuildPreserveValuesForm::getFormId | function | core/ |
|
FormTestRebuildPreserveValuesForm::submitForm | function | core/ |
|
FormValuesTest | class | core/ |
Tests that form values are properly delivered to AJAX callbacks. |
FormValuesTest.php | file | core/ |
|
FormValuesTest::$defaultTheme | property | core/ |
|
FormValuesTest::$modules | property | core/ |
|
FormValuesTest::formModeProvider | function | core/ |
Data provider for testSimpleAjaxFormValue. |
FormValuesTest::setUp | function | core/ |
|
FormValuesTest::testSimpleAjaxFormValue | function | core/ |
Submits forms with select and checkbox elements via Ajax. |
FormValuesTest::testSimpleInvalidCallbacksAjaxFormValue | function | core/ |
Tests that AJAX elements with invalid callbacks return error code 500. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.