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

Class

Drupal\Core\Form\FormCache

File

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

View source
  1. class: Drupal\Core\Form\FormCache
  2. arguments:
  3. - '%app.root%'
  4. - '@keyvalue.expirable'
  5. - '@module_handler'
  6. - '@current_user'
  7. - '@csrf_token'
  8. - '@logger.channel.form'
  9. - '@request_stack'
  10. - '@page_cache_request_policy'
  11. public: false