Change record status: 
Project: 
Introduced in branch: 
8.x
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