Problem/Motivation
As the batch API was converted into OO syntax and then into a service in into a service the functionality of processing the batches needs to be updated.
Proposed resolution
Update the the code in core/includes/batch.inc to use the batch api service.
Remaining tasks
- Update the code
User interface changes
None
API changes
None
Data model changes
None
Comments
Comment #5
claudiu.cristeaWhat we need here is to deprecate all functions from
batch.incand make them use the new API.Comment #6
claudiu.cristeaAdded #1577902: [META] Remove all usages of drupal_static() & drupal_static_reset() as related because this helps to get rid of
drupal_static()in_batch_needs_update().Comment #7
claudiu.cristeaComment #10
penyaskitoLooks like this is postponed on #2875151: [META] Implement Batch API as a service