Search for values

  1. Search 7.x for values
  2. Search 8.9.x for values
  3. Search 10.3.x for values
  4. Search 11.x for values
  5. Other projects
Title Object type File name Summary
FormStateValuesTraitStub::getValues function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php Implements \Drupal\Core\Form\FormStateInterface::getValues()
FormStateValuesTraitTest class core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php @coversDefaultClass \Drupal\Core\Form\FormStateValuesTrait
FormStateValuesTraitTest.php file core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php
FormStateValuesTraitTest::providerGetValue function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php Provides data to self::testGetValue().
FormStateValuesTraitTest::providerHasValue function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php Provides data to self::testHasValue().
FormStateValuesTraitTest::providerIsValueEmpty function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php Provides data to self::testIsValueEmpty().
FormStateValuesTraitTest::providerSetValue function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php Provides data to self::testSetValue().
FormStateValuesTraitTest::testGetValue function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php @covers ::getValue
FormStateValuesTraitTest::testGetValueModifyReturn function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php @covers ::getValue
FormStateValuesTraitTest::testHasValue function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php @covers ::hasValue
FormStateValuesTraitTest::testIsValueEmpty function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php @covers ::isValueEmpty
FormStateValuesTraitTest::testSetValue function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php @covers ::setValue
FormStateValuesTraitTest::testSetValueForElement function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php Tests that setting the value for an element adds to the values.
FormTest::assertFormValuesDefault function core/modules/system/tests/src/Functional/Form/FormTest.php Assert that the values submitted to a form matches the default values of the elements.
FormTest::testFieldFormMultipleWidgetAlterSingleValues function core/modules/field/tests/src/Functional/FormTest.php Tests hook_field_widget_complete_form_alter() with single value elements.
FormTest::testFieldFormMultipleWidgetTypeAlterSingleValues function core/modules/field/tests/src/Functional/FormTest.php Tests hook_field_widget_complete_WIDGET_TYPE_form_alter() with single value elements.
FormTestFormStateValuesCleanAdvancedForm class core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php Form builder for \Drupal\Core\Form\FormState::cleanValues() test.
FormTestFormStateValuesCleanAdvancedForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php
FormTestFormStateValuesCleanAdvancedForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php Form constructor.
FormTestFormStateValuesCleanAdvancedForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php Returns a unique string identifying the form.
FormTestFormStateValuesCleanAdvancedForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php Form submission handler.
FormTestFormStateValuesCleanForm class core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php Form builder for \Drupal\Core\Form\FormState::cleanValues() test.
FormTestFormStateValuesCleanForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php
FormTestFormStateValuesCleanForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php Form constructor.
FormTestFormStateValuesCleanForm::cleanValue function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php Helper function to clean a value on an element.
FormTestFormStateValuesCleanForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php Returns a unique string identifying the form.
FormTestFormStateValuesCleanForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php Form submission handler.
FormTestRebuildPreserveValuesForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Form builder for testing preservation of values during a rebuild.
FormTestRebuildPreserveValuesForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
FormTestRebuildPreserveValuesForm::addMoreSubmitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
FormTestRebuildPreserveValuesForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Form constructor.
FormTestRebuildPreserveValuesForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Returns a unique string identifying the form.
FormTestRebuildPreserveValuesForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Form submission handler.
FormValuesTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Tests that form values are properly delivered to AJAX callbacks.
FormValuesTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php
FormValuesTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php The theme to install as the default for testing.
FormValuesTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Modules to enable.
FormValuesTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php
FormValuesTest::testSimpleAjaxFormValue function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Submits forms with select and checkbox elements via Ajax.
GetTest::integerValuesDataProvider function core/modules/migrate/tests/src/Unit/process/GetTest.php Provides data for the successful lookup test.
GetTest::testIntegerValues function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source has integer values.
GroupedExposedFilterTest::testGroupedFilterValuesUI function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php Tests if the right fields are shown and the right values set.
HandleMultiplesTest::scalarAndMultipleValuesProviderSource function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Provides the source data with scalar and multiple values.
HandleMultiplesTest::testScalarAndMultipleValues function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Tests process pipelines with scalar and multiple values handling.
hook_entity_field_values_init function core/lib/Drupal/Core/Entity/entity.api.php Acts when initializing a fieldable entity object.
hook_ENTITY_TYPE_field_values_init function core/lib/Drupal/Core/Entity/entity.api.php Acts when initializing a fieldable entity object.
InOperator::operatorValues function core/modules/views/src/Plugin/views/filter/InOperator.php
InOperator::valueSubmit function core/modules/views/src/Plugin/views/filter/InOperator.php Perform any necessary changes to the form values prior to storage.
InsertTrait::$insertValues property core/lib/Drupal/Core/Database/Query/InsertTrait.php A nested array of values to insert.
InsertTrait::values function core/lib/Drupal/Core/Database/Query/InsertTrait.php Adds another set of values to the query to be inserted.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.