Search for values

  1. Search 7.x for values
  2. Search 9.5.x for values
  3. Search 8.9.x for values
  4. Search 10.3.x for values
  5. Search 11.x for values
  6. Other projects
Title Object type File name Summary
Map::$values property core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php An array of values for the contained properties.
MediaLibraryWidget::extractFormValues function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php Extracts field values from submitted form values.
MediaLibraryWidget::massageFormValues function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php Massages the form values into the format expected for field values.
MediaTranslationUITest::getNewEntityValues function core/modules/media/tests/src/Functional/MediaTranslationUITest.php Returns an array of entity field values to be tested.
MenuLinkDefaultForm::extractFormValues function core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php Extracts a plugin definition from form values.
MenuLinkDefaultFormTest::testExtractFormValues function core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultFormTest.php Tests extract form values.
MenuLinkFormInterface::extractFormValues function core/lib/Drupal/Core/Menu/Form/MenuLinkFormInterface.php Extracts a plugin definition from form values.
MenuValidationTest::$propertiesWithOptionalValues property core/modules/system/tests/src/Kernel/Entity/MenuValidationTest.php The config entity properties whose values are optional (set to NULL).
Merge::$insertValues property core/lib/Drupal/Core/Database/Query/Merge.php An array of values to be inserted.
MigrateExecutable::$sourceIdValues property core/modules/migrate/src/MigrateExecutable.php The configuration values of the source.
MigrateExecutableTest::testImportWithValidRowNoDestinationValues function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateIdMapMessageEvent::$sourceIdValues property core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Array of values uniquely identifying the source row.
MigrateIdMapMessageEvent::getSourceIdValues function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Gets the source ID values.
MigrateImageCacheTest::testInvalidCropValues function core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php Tests that missing action's causes failures.
MigratePostRowSaveEvent::$destinationIdValues property core/modules/migrate/src/Event/MigratePostRowSaveEvent.php The row's destination ID.
MigratePostRowSaveEvent::getDestinationIdValues function core/modules/migrate/src/Event/MigratePostRowSaveEvent.php Gets the destination ID values.
MigratePostRowSaveEventTest::testGetDestinationIdValues function core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php Tests getDestinationIdValues method.
MigrateRowDeleteEvent::$destinationIdValues property core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Values representing the destination ID.
MigrateRowDeleteEvent::getDestinationIdValues function core/modules/migrate/src/Event/MigrateRowDeleteEvent.php Gets the destination ID values.
MigrateSourceTest::testDefaultPropertiesValues function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that default values are preserved for several source methods.
MigrateStubTest::testStubWithDefaultValues function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Tests stub creation with default values.
MigrateUserProfileValuesTest class core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php User profile values migration.
MigrateUserProfileValuesTest.php file core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php
MigrateUserProfileValuesTest::$modules property core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php Modules to install.
MigrateUserProfileValuesTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php
MigrateUserProfileValuesTest::testUserProfileValues function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php Tests Drupal 6 profile values to Drupal 8 migration.
ModerationLocaleTest::testNewTranslationSourceValues function core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php Checks that new translation values are populated properly.
ModerationStateFieldItemListTest::testModerationStateSampleValues function core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php Test generating sample values for entities with a moderation state.
MultipleWidgetFormTest::testFieldFormMultipleWidgetAlterSingleValues function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests hook_field_widget_complete_form_alter() with single value elements.
MultipleWidgetFormTest::testFieldFormMultipleWidgetTypeAlterSingleValues function core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php Tests hook_field_widget_complete_WIDGET_TYPE_form_alter() with single value elements.
Name::valueSubmit function core/modules/user/src/Plugin/views/filter/Name.php Perform any necessary changes to the form values prior to storage.
Node::getFieldValues function core/modules/node/src/Plugin/migrate/source/d6/Node.php Gets field values for a node.
NodeEditFormTest::checkVariousAuthoredByValues function core/modules/node/tests/src/Functional/NodeEditFormTest.php Checks that the "authored by" works correctly with various values.
NodeTranslationUITest::getNewEntityValues function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Returns an array of entity field values to be tested.
NodeTypeValidationTest::$propertiesWithOptionalValues property core/modules/node/tests/src/Kernel/NodeTypeValidationTest.php The config entity properties whose values are optional (set to NULL).
NumberFieldTest::testMinimumValues function core/modules/field/tests/src/Functional/Number/NumberFieldTest.php Tests setting minimum values through the interface.
NumberListField::$allowedValues property core/modules/options/src/Plugin/views/argument/NumberListField.php Stores the allowed values of this field.
NumberListField::$optionsAllowedValues property core/modules/options/src/Plugin/views/argument/NumberListField.php The options allowed values service.
NumericFilter::operatorValues function core/modules/views/src/Plugin/views/filter/NumericFilter.php Gets the operators that have a given number of values.
OptionsAllowedValues class core/modules/options/tests/options_test/src/OptionsAllowedValues.php Provide allowed values callback.
OptionsAllowedValues class core/modules/options/src/OptionsAllowedValues.php Provides allowed values for a list field.
OptionsAllowedValues.php file core/modules/options/src/OptionsAllowedValues.php
OptionsAllowedValues.php file core/modules/options/tests/options_test/src/OptionsAllowedValues.php
OptionsAllowedValues::CACHE_TAG constant core/modules/options/src/OptionsAllowedValues.php Cache tag set on all cached allowed values.
OptionsAllowedValues::dynamicValues function core/modules/options/tests/options_test/src/OptionsAllowedValues.php Implements callback_allowed_values_function().
OptionsAllowedValues::getAllowedValues function core/modules/options/src/OptionsAllowedValues.php
OptionsAllowedValues::getCid function core/modules/options/src/OptionsAllowedValues.php Returns the CID used to cache the options allowed values.
OptionsAllowedValues::simpleValues function core/modules/options/tests/options_test/src/OptionsAllowedValues.php Implements callback_allowed_values_function().
OptionsAllowedValues::__construct function core/modules/options/src/OptionsAllowedValues.php
OptionsAllowedValuesInterface interface core/modules/options/src/OptionsAllowedValuesInterface.php Provides an interface to get allowed values for a list field.

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