Skip to content
Snippets Groups Projects

Issue #3422974: use array_chunk() in locale_config_batch_build()

Issue #3422974: use array_chunk() in locale_config_batch_build()

Closes #3422974

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
6 6 */
7 7
8 8 use Drupal\Core\Batch\BatchBuilder;
9 use Drupal\Core\Url;
  • 586 586 $batch_builder->addOperation('locale_config_batch_set_config_langcodes');
    587 587 }
    588 588
    589 $i = 0;
    590 $batch_names = [];
    591 foreach ($names as $name) {
    592 $batch_names[] = $name;
    593 $i++;
    594 // During installation the caching of configuration objects is disabled so
  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading