Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move and remove elements from JSON arrays in form #4347

Draft
wants to merge 16 commits into
base: 2.x
Choose a base branch
from
2 changes: 1 addition & 1 deletion modules/json_form_widget/json_form_widget.module
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function json_form_widget_remove_one(array &$form, FormStateInterface $form_stat
/**
* Update count property by the given offset.
*
* @param FormStateInterface $form_state
* @param \Drupal\Core\Form\FormStateInterface $form_state
* Form state.
* @param int $offset
* Offset to change count by.
Expand Down
Loading