Search for values

  1. Search 7.x for values
  2. Search 9.5.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
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 Test 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.
ImageCckTest::testProcessCckFieldValues function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/ImageCckTest.php @covers ::processCckFieldValues
ImageField::processCckFieldValues function core/modules/image/src/Plugin/migrate/cckfield/d7/ImageField.php Apply any custom processing to the field bundle migrations.
ImageFieldTest::testProcessFieldValues function core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/ImageFieldTest.php @covers ::processFieldValues
@expectedDeprecation ImageField is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\image\Plugin\migrate\field\d6\ImageField instead. See https://www.drupal.org/node/2936061.
ImageFieldTest::testProcessFieldValues function core/modules/image/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php @covers ::processFieldValues
@expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
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.
There is no need for this function to actually store the data.
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.
KeyValueContentEntityStorage::createWithSampleValues function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Creates an entity with sample field values.
KeyValueEntityStorage::$keyValueStore property core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php The key value store.
KeyValueEntityStorageTest::$keyValueStore property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The key value store.
KeyValueStoreExpirableInterface interface core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Defines the interface for expiring data in a key/value store.
KeyValueStoreExpirableInterface.php file core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php
KeyValueStoreExpirableInterface::setMultipleWithExpire function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Saves an array of values with a time to live.
KeyValueStoreExpirableInterface::setWithExpire function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Saves a value for a given key with a time to live.
KeyValueStoreExpirableInterface::setWithExpireIfNotExists function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Sets a value for a given key with a time to live if it does not yet exist.
KeyValueStoreInterface interface core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Defines the interface for key/value store implementations.
KeyValueStoreInterface.php file core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php
KeyValueStoreInterface::delete function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Deletes an item from the key/value store.
KeyValueStoreInterface::deleteAll function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Deletes all items from the key/value store.
KeyValueStoreInterface::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Deletes multiple items from the key/value store.
KeyValueStoreInterface::get function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns the stored value for a given key.
KeyValueStoreInterface::getAll function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns all stored key/value pairs in the collection.
KeyValueStoreInterface::getCollectionName function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns the name of this collection.
KeyValueStoreInterface::getMultiple function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns the stored key/value pairs for a given set of keys.
KeyValueStoreInterface::has function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns whether a given key exists in the store.
KeyValueStoreInterface::rename function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Renames a key.
KeyValueStoreInterface::set function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Saves a value for a given key.
KeyValueStoreInterface::setIfNotExists function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Saves a value for a given key if it does not exist yet.
KeyValueStoreInterface::setMultiple function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Saves key/value pairs.
Language::$defaultValues property core/lib/Drupal/Core/Language/Language.php The values to use to instantiate the default language.
LanguageAddForm::copyFormValuesToEntity function core/modules/language/src/Form/LanguageAddForm.php Copies top-level form values to entity properties
LanguageItem::getPossibleValues function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Returns an array of possible values.
LanguageItem::getSettableValues function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Returns an array of settable values.
LanguageServiceProvider::getDefaultLanguageValues function core/modules/language/src/LanguageServiceProvider.php Gets the default language values.
LayoutBuilderEntityViewDisplayForm::copyFormValuesToEntity function core/modules/layout_builder/src/Form/LayoutBuilderEntityViewDisplayForm.php Copies top-level form values to entity properties
LayoutBuilderOptInTest::testDefaultValues function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderOptInTest.php Tests the expected default values for enabling Layout Builder.
LayoutBuilderTest::testPreserverEntityValues function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that the Layout Builder preserves entity values.
LayoutBuilderWidget::extractFormValues function core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php Extracts field values from submitted form values.

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