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. Other projects
Title Object type File name Summary
SvgIconBuilder::calculateSvgValues function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php Calculates the dimensions and offsets of all regions.
TaxonomyIndexTid::valueSubmit function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php Perform any necessary changes to the form values prior to storage.
TermTranslationUITest::getEditValues function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Returns an edit array containing the values to be posted.
TermTranslationUITest::getNewEntityValues function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Returns an array of entity field values to be tested.
TestFieldWidgetMultipleSingleValues class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultipleSingleValues.php Plugin implementation of the 'test_field_widget_multiple' widget.
TestFieldWidgetMultipleSingleValues.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultipleSingleValues.php
TestMigrateExecutable::$sourceIdValues property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php The configuration values of the source.
TestMigrateExecutable::setSourceIdValues function core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php Allows access to protected sourceIdValues property.
TestPerComponentEntityDisplay::$testValues property core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php The arguments of getEntity.
TestPerComponentEntityDisplay::getTestValues function core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php
TestPerComponentEntityFormDisplay::$testValues property core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php The test values.
TestPerComponentEntityFormDisplay::getTestValues function core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php
TextFieldItemList::defaultValuesFormValidate function core/modules/text/src/Plugin/Field/FieldType/TextFieldItemList.php Validates the submitted default value.
TimestampDatetimeWidget::massageFormValues function core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php Massages the form values into the format expected for field values.
TranslateFormBase::$filterValues property core/modules/locale/src/Form/TranslateFormBase.php Filter values. Shared between objects that inherit this class.
TranslateFormBase::translateFilterValues function core/modules/locale/src/Form/TranslateFormBase.php Builds an array out of search criteria specified in request variables.
UniqueValuesConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests the unique field value validation constraint.
UniqueValuesConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php
UniqueValuesConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Modules to install.
UniqueValuesConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests cases where the validation passes for entities with string IDs.
UniqueValuesConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests the UniqueField validation constraint validator.
UniqueValuesConstraintValidatorTest::testValidationCaseInsensitive function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests the UniqueField constraint with regards to case-insensitivity.
UniqueValuesConstraintValidatorTest::testValidationMultiple function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests the UniqueField constraint for multiple violations.
UniqueValuesConstraintValidatorTest::testValidationOwn function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests the UniqueField constraint for existing value in the same entity.
UniqueValuesConstraintValidatorTest::testValidationReference function core/tests/Drupal/KernelTests/Core/Validation/UniqueValuesConstraintValidatorTest.php Tests the UniqueField constraint validator for entity reference fields.
UpdateHookRegistryTest::$keyValueStore property core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
UpdateManager::$keyValueStore property core/modules/update/src/UpdateManager.php The key/value store.
UpdateSettings::values function core/modules/update/src/Plugin/migrate/source/UpdateSettings.php Return the values of the variables specified in the plugin configuration.
UserRegistrationTest::testRegistrationDefaultValues function core/modules/user/tests/src/Functional/UserRegistrationTest.php Tests user registration with default values.
UserTranslationUITest::getNewEntityValues function core/modules/user/tests/src/Functional/UserTranslationUITest.php Returns an array of entity field values to be tested.
UserValidationTest::assertAllowedValuesViolation function core/modules/user/tests/src/Kernel/UserValidationTest.php Verifies that an AllowedValues violation exists for the given field.
ValidationTestTrait::resolvePlaceholdersInArrayValuesWithRealPaths function core/modules/package_manager/tests/src/Traits/ValidationTestTrait.php Resolves <PROJECT_ROOT>, <VENDOR_DIR>, <STAGE_ROOT>, <STAGE_ROOT_PARENT>.
Variable::values function core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php Return the values of the variables specified in the plugin configuration.
VariableTranslation::values function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Return the values of the variables specified in the plugin configuration.
VariableTranslation::values function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Return the values of the variables specified in the plugin configuration.
ViewsMenuLinkForm::extractFormValues function core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php Extracts a plugin definition from form values.
ViewUI::getOverrideValues function core/modules/views_ui/src/ViewUI.php Return the was_defaulted, is_defaulted and revert state of a form.
VocabularyValidationTest::$propertiesWithOptionalValues property core/modules/taxonomy/tests/src/Kernel/VocabularyValidationTest.php The config entity properties whose values are optional (set to NULL).
WidgetBase::extractFormValues function core/lib/Drupal/Core/Field/WidgetBase.php Extracts field values from submitted form values.
WidgetBase::handlesMultipleValues function core/lib/Drupal/Core/Field/WidgetBase.php Returns whether the widget handles multiple values.
WidgetBase::massageFormValues function core/lib/Drupal/Core/Field/WidgetBase.php Massages the form values into the format expected for field values.
WidgetBaseInterface::extractFormValues function core/lib/Drupal/Core/Field/WidgetBaseInterface.php Extracts field values from submitted form values.
WidgetInterface::massageFormValues function core/lib/Drupal/Core/Field/WidgetInterface.php Massages the form values into the format expected for field values.
WorkflowAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowAddForm.php Copies top-level form values to entity properties.
WorkflowEditForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowEditForm.php Copies top-level form values to entity properties.
WorkflowStateAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowStateAddForm.php Copies top-level form values to entity properties.
WorkflowStateEditForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowStateEditForm.php Copies top-level form values to entity properties.
WorkflowTransitionAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Copies top-level form values to entity properties.
WorkflowTransitionEditForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Copies top-level form values to entity properties.
WorkspaceIntegrationTest::flattenExpectedValues function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Flattens the expectations array defined by testWorkspaces().

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