Loading core/lib/Drupal/Component/Utility/NestedArray.php +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ public static function setValue(array &$array, array $parents, $value, $force = * * Instead, use this helper function: * @code * NestedArray::unset_nested_value($form, $parents, $element); * NestedArray::unsetValue($form, $parents, $element); * @endcode * * However if the number of array parent keys is static, the value should Loading Loading
core/lib/Drupal/Component/Utility/NestedArray.php +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ public static function setValue(array &$array, array $parents, $value, $force = * * Instead, use this helper function: * @code * NestedArray::unset_nested_value($form, $parents, $element); * NestedArray::unsetValue($form, $parents, $element); * @endcode * * However if the number of array parent keys is static, the value should Loading