Search for values
- Search 7.x for values
- Search 9.5.x for values
- Search 10.3.x for values
- Search 11.x for values
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormStateInterface::setValues | function | core/ |
Sets the submitted form values. |
| FormStateTest::testCleanValues | function | core/ |
@depends testAddCleanValueKey |
| FormStateTest::testGetValues | function | core/ |
@covers ::setValues[[api-linebreak]] @covers ::getValues[[api-linebreak]] |
| FormStateValuesTrait | trait | core/ |
Provides methods to manage form state values. |
| 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/ |
Implements \Drupal\Core\Form\FormStateInterface::getValues() |
| FormStateValuesTraitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Form\FormStateValuesTrait[[api-linebreak]] |
| 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[[api-linebreak]] |
| FormStateValuesTraitTest::testGetValueModifyReturn | function | core/ |
@covers ::getValue[[api-linebreak]] |
| FormStateValuesTraitTest::testHasValue | function | core/ |
@covers ::hasValue[[api-linebreak]] |
| FormStateValuesTraitTest::testIsValueEmpty | function | core/ |
@covers ::isValueEmpty[[api-linebreak]] |
| FormStateValuesTraitTest::testSetValue | function | core/ |
@covers ::setValue[[api-linebreak]] |
| 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. |
| FormTest::testFieldFormMultipleWidgetAlterSingleValues | function | core/ |
Tests hook_field_widget_multivalue_form_alter() with single value elements. |
| FormTest::testFieldFormMultipleWidgetTypeAlterSingleValues | function | core/ |
Tests hook_field_widget_multivalue_WIDGET_TYPE_form_alter() with single value elements. |
| FormTestFormStateValuesCleanAdvancedForm | class | core/ |
Form builder for \Drupal\Core\Form\FormState::cleanValues() test. |
| FormTestFormStateValuesCleanAdvancedForm.php | file | core/ |
|
| FormTestFormStateValuesCleanAdvancedForm::buildForm | function | core/ |
Form constructor. |
| FormTestFormStateValuesCleanAdvancedForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestFormStateValuesCleanAdvancedForm::submitForm | function | core/ |
Form submission handler. |
| FormTestFormStateValuesCleanForm | class | core/ |
Form builder for \Drupal\Core\Form\FormState::cleanValues() test. |
| FormTestFormStateValuesCleanForm.php | file | core/ |
|
| FormTestFormStateValuesCleanForm::buildForm | function | core/ |
Form constructor. |
| FormTestFormStateValuesCleanForm::cleanValue | function | core/ |
Helper function to clean a value on an element. |
| FormTestFormStateValuesCleanForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestFormStateValuesCleanForm::submitForm | function | core/ |
Form submission handler. |
| 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/ |
Form constructor. |
| FormTestRebuildPreserveValuesForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestRebuildPreserveValuesForm::submitForm | function | core/ |
Form submission handler. |
| FormValuesTest | class | core/ |
Tests that form values are properly delivered to AJAX callbacks. |
| FormValuesTest.php | file | core/ |
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.