By chx on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
batch_load($id) has been replaced by Drupal::service('batch.storage')->load($id). Also, it is possible to store batches in other backends by implementing Drupal\Core\Utility\BatchStorageInterface and replacing the batch.storage service.
Impacts:
Module developers