You are here

23 calls to NestedArray::setValue() in Drupal 10

CommentLinkBuilder::buildCommentedEntityLinks in core/modules/comment/src/CommentLinkBuilder.php
ConfigBase::set in core/lib/Drupal/Core/Config/ConfigBase.php
Sets a value in this configuration object.
EntityConfigBase::updateEntityProperty in core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php
Updates a (possible nested) entity property with a value.
FileWidget::submit in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Form submission handler for upload/remove button of formElement().
FileWidget::validateMultipleCount in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Form element validation callback for upload element on file widget. Checks if user has uploaded more files than allowed.
file_managed_file_submit in core/modules/file/file.module
Form submission handler for upload / remove buttons of managed_file elements.
FormBuilder::handleInputElement in core/lib/Drupal/Core/Form/FormBuilder.php
Adds the #name and #value properties of an input element before rendering.
FormErrorHandler::setElementErrorsFromFormState in core/lib/Drupal/Core/Form/FormErrorHandler.php
Stores errors and a list of child element errors directly on each element.
FormState::set in core/lib/Drupal/Core/Form/FormState.php
FormState::setTemporaryValue in core/lib/Drupal/Core/Form/FormState.php
FormStateValuesTrait::setValue in core/lib/Drupal/Core/Form/FormStateValuesTrait.php
Implements \Drupal\Core\Form\FormStateInterface::setValue()
FormValidator::handleErrorsWithLimitedValidation in core/lib/Drupal/Core/Form/FormValidator.php
Handles validation errors for forms with limited validation.
LibraryDiscoveryParser::setOverrideValue in core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php
Overrides the specified library asset.
MachineName::processMachineName in core/lib/Drupal/Core/Render/Element/MachineName.php
Processes a machine-readable name form element.
MediaLibraryWidget::addItems in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
Updates the field state and flags the form for rebuild.
MediaLibraryWidget::removeItem in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
Submit callback for remove buttons.
NestedArrayTest::testSetValue in core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php
Tests setting nested array values.
NestedArrayTest::testSetValueForce in core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php
Tests force-setting values.
Row::setDestinationProperty in core/modules/migrate/src/Row.php
Sets destination properties.
Row::setSourceProperty in core/modules/migrate/src/Row.php
Sets a source property if the row is not frozen.
SmartDefaultSettingsTest::providerCandidates in core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php
Data provider for testing getCandidates() and ::selectCandidate().
views_ui_add_ajax_wrapper in core/modules/views_ui/admin.inc
After-build function that adds a wrapper to a form region (for AJAX refreshes).
WidgetBase::setWidgetState in core/lib/Drupal/Core/Field/WidgetBase.php
Stores processing information about the widget in $form_state.