Skip to content
Snippets Groups Projects

Updates variable names in foreach function.

Closed Andreas Pelekoudas requested to merge issue/drupal-3375816:3375816-rename-val-in into 11.x
1 unresolved thread

Closes #3375816

Merge request reports

Approval is optional

Closed by Lauri TimmaneeLauri Timmanee 1 year ago (Jul 22, 2023 10:35am UTC)

Merge details

  • The changes were not merged into 11.x.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
180 180 ],
181 181 ];
182 182 $field_type_options_radios = [];
183 foreach ($field_type_options as $field_option => $val) {
183 foreach ($field_type_options as $label => $option) {
  • added 1 commit

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading