batch.storage

Same name in other branches
  1. 9 core/core.services.yml \batch.storage
  2. 10 core/core.services.yml \batch.storage

Class

Drupal\Core\Batch\BatchStorage

Tags

  • backend_overridable

File

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.