Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
common.inc
»
drupal_array_get_nested_value
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
22 calls to drupal_array_get_nested_value()
ArrayUnitTest::testGet
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
ArrayUnitTest.php
Tests getting nested array values.
drupal_validate_form
in drupal/
core/
includes/
form.inc
Validates user-submitted form data in the $form_state array.
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_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_submit
in drupal/
core/
modules/
field/
field.api.php
Act on
field_attach_submit
().
LegacyWidget::flagErrors
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Plugin/
field/
widget/
LegacyWidget.php
Overrides
Drupal\field\Plugin\Type\Widget\WidgetBase::flagErrors
().
options_field_settings_form_value_boolean_allowed_values
in drupal/
core/
modules/
field/
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.
views_ui_add_ajax_wrapper
in drupal/
core/
modules/
views/
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/
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/
views_ui/
admin.inc
Updates a part of the add view form via AJAX.
WidgetBase::flagErrors
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Plugin/
Type/
Widget/
WidgetBase.php
Implements
Drupal\field\Plugin\Type\Widget\WidgetInterface::flagErrors
().
WidgetBase::submit
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Plugin/
Type/
Widget/
WidgetBase.php
Implements
Drupal\field\Plugin\Type\Widget\WidgetInterface::submit
().
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.