theme.negotiator.system.batch

Same name and namespace in other branches
  1. 8.9.x core/modules/system/system.services.yml \theme.negotiator.system.batch
  2. 10 core/modules/system/system.services.yml \theme.negotiator.system.batch
  3. 11.x core/modules/system/system.services.yml \theme.negotiator.system.batch

Class

Drupal\system\Theme\BatchNegotiator

Tags

  • theme_negotiator
1 string reference to theme.negotiator.system.batch
BatchNegotiatorTest::testApplies in core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php
Test that the negotiator applies to the batch route.

File

core/modules/system/system.services.yml

View source
  1. class: Drupal\system\Theme\BatchNegotiator
  2. arguments:
  3. - '@batch.storage'
  4. - '@request_stack'
  5. tags:
  6. - { name: theme_negotiator, priority: 1000 }

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