You are here

56 calls to NestedArray::getValue() in Drupal 10

CKEditor5::assessActiveTextEditorAfterBuild in core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
Form #after_build callback: provides text editor state changes.
Config::get in core/lib/Drupal/Core/Config/Config.php
Config::getOriginal in core/lib/Drupal/Core/Config/Config.php
Gets original data from this configuration object.
ConfigBase::get in core/lib/Drupal/Core/Config/ConfigBase.php
Gets data from this configuration object.
DateElementBase::getElementTitle in core/lib/Drupal/Core/Datetime/Element/DateElementBase.php
Returns the most relevant title of a datetime element.
Datelist::validateDatelist in core/lib/Drupal/Core/Datetime/Element/Datelist.php
Validation callback for a datelist element.
Datetime::validateDatetime in core/lib/Drupal/Core/Datetime/Element/Datetime.php
Validation callback for a datetime element.
EntityReferenceItem::settingsAjax in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Ajax callback for the handler settings form.
Extract::transform in core/modules/migrate/src/Plugin/migrate/process/Extract.php
Performs the associated process.
FileWidget::process in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Form API callback: Processes a file_generic field element.
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.
FormBuilderTest::testChildAccessInheritance in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
@covers ::buildForm
FormErrorHandler::setElementErrorsFromFormState in core/lib/Drupal/Core/Form/FormErrorHandler.php
Stores errors and a list of child element errors directly on each element.
FormState::cleanValues in core/lib/Drupal/Core/Form/FormState.php
FormState::get in core/lib/Drupal/Core/Form/FormState.php
FormState::getTemporaryValue in core/lib/Drupal/Core/Form/FormState.php
FormState::has in core/lib/Drupal/Core/Form/FormState.php
FormState::hasTemporaryValue in core/lib/Drupal/Core/Form/FormState.php
FormStateValuesTrait::getValue in core/lib/Drupal/Core/Form/FormStateValuesTrait.php
Implements \Drupal\Core\Form\FormStateInterface::getValue()
FormStateValuesTrait::hasValue in core/lib/Drupal/Core/Form/FormStateValuesTrait.php
Implements \Drupal\Core\Form\FormStateInterface::hasValue()
FormStateValuesTrait::isValueEmpty in core/lib/Drupal/Core/Form/FormStateValuesTrait.php
Implements \Drupal\Core\Form\FormStateInterface::isValueEmpty()
FormValidator::handleErrorsWithLimitedValidation in core/lib/Drupal/Core/Form/FormValidator.php
Handles validation errors for forms with limited validation.
InlineBlock::blockSubmit in core/modules/layout_builder/src/Plugin/Block/InlineBlock.php
LayoutBuilderHtmlEntityFormController::getContentResult in core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php
Invokes the form and returns the result.
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.
ManagedFile::uploadAjaxCallback in core/modules/file/src/Element/ManagedFile.php
#ajax callback for managed_file upload forms.
ManagedFile::valueCallback in core/modules/file/src/Element/ManagedFile.php
Determines how user input is mapped to an element's #value property.
MediaLibraryWidget::addItems in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
Updates the field state and flags the form for rebuild.
MediaLibraryWidget::getFieldState in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
Gets the field state for the widget.
MediaLibraryWidget::getNewMediaItems in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
Gets newly selected media items.
MediaLibraryWidget::removeItem in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
Submit callback for remove buttons.
MediaLibraryWidget::updateWidget in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
AJAX callback to update the widget when the selection changes.
MediaLibraryWidget::validateItems in core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
Validates that newly selected items can be added to the widget.
MenuForm::submitOverviewForm in core/modules/menu_ui/src/MenuForm.php
Submit handler for the menu overview form.
NestedArrayTest::testGetValue in core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php
Tests getting nested array values.
Row::getDestinationProperty in core/modules/migrate/src/Row.php
Returns the value of a destination property.
Row::getSourceProperty in core/modules/migrate/src/Row.php
Retrieves a source property.
StaticMap::transform in core/modules/migrate/src/Plugin/migrate/process/StaticMap.php
Performs the associated process.
SubformState::getValues in core/lib/Drupal/Core/Form/SubformState.php
Implements \Drupal\Core\Form\FormStateInterface::getValues()
SubformStateTest::testGetValue in core/tests/Drupal/Tests/Core/Form/SubformStateTest.php
@covers ::getValue
SubformStateTest::testGetValues in core/tests/Drupal/Tests/Core/Form/SubformStateTest.php
@covers ::getValues @covers ::getParents
SubformStateTest::testSetValues in core/tests/Drupal/Tests/Core/Form/SubformStateTest.php
@covers ::setValues
UnitTestCase::getConfigFactoryStub in core/tests/Drupal/Tests/UnitTestCase.php
Returns a stub config factory that behaves according to the passed array.
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).
views_ui_add_limited_validation in core/modules/views_ui/admin.inc
Processes a non-JavaScript fallback submit button to limit its validation errors.
views_ui_ajax_update_form in core/modules/views_ui/admin.inc
Updates a part of the add view form via AJAX.
WidgetBase::addMoreAjax in core/lib/Drupal/Core/Field/WidgetBase.php
Ajax callback for the "Add another item" button.
WidgetBase::addMoreSubmit in core/lib/Drupal/Core/Field/WidgetBase.php
Submission handler for the "Add another item" button.
WidgetBase::extractFormValues in core/lib/Drupal/Core/Field/WidgetBase.php
Extracts field values from submitted form values.
WidgetBase::flagErrors in core/lib/Drupal/Core/Field/WidgetBase.php
Reports field-level validation errors against actual form elements.
WidgetBase::getWidgetState in core/lib/Drupal/Core/Field/WidgetBase.php
Retrieves processing information about the widget from $form_state.
WizardPluginBase::getSelected in core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php
Gets the current value of a #select element, from within a form constructor function.