Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \batch.storage
  2. 9 core/core.services.yml \batch.storage

Class

Drupal\Core\Batch\BatchStorage

Tags

  • backend_overridable
3 string references to batch.storage
_batch_finished in core/includes/batch.inc
Ends the batch processing.
_batch_page in core/includes/batch.inc
Renders the batch processing page based on the current state of the batch.
_batch_shutdown in core/includes/batch.inc
Shutdown function: Stores the current batch data for the next request.

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Batch\BatchStorage
  2. arguments:
  3. - '@database'
  4. - '@session'
  5. - '@csrf_token'
  6. - '@datetime.time'
  7. tags:
  8. - { name: backend_overridable }
  9. lazy: true