You are here

service batch.storage in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \batch.storage

Class

Drupal\Core\Batch\BatchStorage

Tags

  • backend_overridable

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. tags:
  7. - { name: backend_overridable }
  8. lazy: true