32 calls to NestedArray::getValue()

Config::get in drupal/core/lib/Drupal/Core/Config/Config.php
Gets data from this config object.
datetime_datelist_validate in drupal/core/modules/datetime/datetime.module
Validation callback for a datelist element.
datetime_datelist_widget_validate in drupal/core/modules/datetime/datetime.module
Validation callback for the datelist widget element.
datetime_datetime_validate in drupal/core/modules/datetime/datetime.module
Validation callback for a datetime element.
datetime_datetime_widget_validate in drupal/core/modules/datetime/datetime.module
Validation callback for the datetime widget element.
drupal_validate_form in drupal/core/includes/form.inc
Validates user-submitted form data in the $form_state array.
entity_reference_settings_ajax in drupal/core/modules/entity_reference/entity_reference.module
Ajax callback for the handler settings form.
field_add_more_js in drupal/core/modules/field/field.form.inc
Ajax callback: Responds to a new empty widget being added to the form.
field_add_more_submit in drupal/core/modules/field/field.form.inc
Form submission handler for the "Add another item" button of a field form.
field_form_get_state in drupal/core/modules/field/field.form.inc
Retrieves processing information about a field from $form_state.
file_field_widget_multiple_count_validate in drupal/core/modules/file/file.field.inc
Validation callback for upload element on file widget. Checks if user has uploaded more files than allowed.
file_field_widget_process in drupal/core/modules/file/file.field.inc
Render API callback: Processes a file_generic field element.
file_field_widget_submit in drupal/core/modules/file/file.field.inc
Form submission handler for upload/remove button of file_field_widget_form().
file_managed_file_submit in drupal/core/modules/file/file.module
Form submission handler for upload / remove buttons of managed_file elements.
form_process_machine_name in drupal/core/includes/form.inc
Processes a machine-readable name form element.
form_state_values_clean in drupal/core/includes/form.inc
Removes internal Form API elements and buttons from submitted form values.
hook_field_attach_extract_form_values in drupal/core/modules/field/field.api.php
Act on field_attach_extract_form_values().
menu_overview_form_submit in drupal/core/modules/menu/menu.admin.inc
Submit handler for the menu overview form.
NestedArray::keyExists in drupal/core/lib/Drupal/Component/Utility/NestedArray.php
Determines whether a nested array contains the requested keys.
NestedArray::unsetValue in drupal/core/lib/Drupal/Component/Utility/NestedArray.php
Unsets a value in a nested array with variable depth.
NestedArrayUnitTest::testGetValue in drupal/core/tests/Drupal/Tests/Core/NestedArrayUnitTest.php
Tests getting nested array values.
options_field_settings_form_value_boolean_allowed_values in drupal/core/modules/options/options.module
Form element #value_callback: assembles the allowed values for 'boolean' fields.
Sql::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
Special submit handling.
ThemeSettings::get in drupal/core/lib/Drupal/Core/Theme/ThemeSettings.php
Gets data from this theme settings object.
views_ui_add_ajax_wrapper in drupal/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 drupal/core/modules/views_ui/admin.inc
Processes a non-JavaScript fallback submit button to limit its validation errors.
views_ui_ajax_update_form in drupal/core/modules/views_ui/admin.inc
Updates a part of the add view form via AJAX.
WidgetBase::extractFormValues in drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::extractFormValues().
WidgetBase::flagErrors in drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::flagErrors().
WizardPluginBase::getSelected in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php
Gets the current value of a #select element, from within a form constructor function.
_form_builder_handle_input_element in drupal/core/includes/form.inc
Adds the #name and #value properties of an input element before rendering.
_image_field_required_fields_validate in drupal/core/modules/image/image.field.inc
Validate callback for alt and title field, if the user wants them required.