service batch.storage in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \batch.storage
- 9 core/core.services.yml \batch.storage
Class
Drupal\Core\Batch\BatchStorageTags
- backend_overridable
4 string references to batch.storage
- batch_process in core/
includes/ form.inc - Processes the batch.
- _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
- class: Drupal\Core\Batch\BatchStorage
- arguments:
- - '@database'
- - '@session'
- - '@csrf_token'
- tags:
- - { name: backend_overridable }
- lazy: true