Issue #3422974: use array_chunk() in locale_config_batch_build()
2 open threads
Closes #3422974
Merge request reports
Activity
added 1 commit
6 6 */ 7 7 8 8 use Drupal\Core\Batch\BatchBuilder; 9 use Drupal\Core\Url; changed this line in version 3 of the diff
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 changed this line in version 3 of the diff
added 1 commit
added 1 commit
Please register or sign in to reply