You are here

43 calls to NestedArray::getValue() in Zircon Profile 8.0

Config::get in core/lib/Drupal/Core/Config/Config.php
Gets data from this configuration object.
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.
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
FormState::cleanValues in core/lib/Drupal/Core/Form/FormState.php
Removes internal Form API elements and buttons from submitted form values.
FormState::get in core/lib/Drupal/Core/Form/FormState.php
Gets any arbitrary property.
FormState::getTemporaryValue in core/lib/Drupal/Core/Form/FormState.php
Gets an arbitrary value from temporary storage.
FormState::getValue in core/lib/Drupal/Core/Form/FormState.php
Returns the submitted form value for a specific key.
FormState::has in core/lib/Drupal/Core/Form/FormState.php
Determines if an arbitrary property is present.
FormState::hasTemporaryValue in core/lib/Drupal/Core/Form/FormState.php
Determines if a temporary value is present.
FormState::hasValue in core/lib/Drupal/Core/Form/FormState.php
Determines if a specific key is present in the submitted form values.
FormState::isValueEmpty in core/lib/Drupal/Core/Form/FormState.php
Determines if a specific key has a value in the submitted form values.
FormValidator::handleErrorsWithLimitedValidation in core/lib/Drupal/Core/Form/FormValidator.php
Handles validation errors for forms with limited validation.
ImageWidget::validateRequiredFields in core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
Validate callback for alt and title field, if the user wants them required.
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.
MenuForm::submitOverviewForm in core/modules/menu_ui/src/MenuForm.php
Submit handler for the menu overview form.
NestedArray::keyExists in core/lib/Drupal/Component/Utility/NestedArray.php
Determines whether a nested array contains the requested keys.
NestedArray::unsetValue in core/lib/Drupal/Component/Utility/NestedArray.php
Unsets a value in a nested array with variable depth.
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.
Sql::submitOptionsForm in core/modules/views/src/Plugin/views/query/Sql.php
Special submit handling.
StaticMap::transform in core/modules/migrate/src/Plugin/migrate/process/StaticMap.php
Performs the associated process.
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.