Sets the active theme for the batch page.
Hierarchy
- class \Drupal\system\Theme\BatchNegotiator implements ThemeNegotiatorInterface
File
- core/modules/system/src/Theme/BatchNegotiator.php, line 13
Namespace
Drupal\system\Theme
Members
Name | Modifiers | Type | Description |
---|---|---|---|
BatchNegotiator::$batchStorage | protected | property | The batch storage. |
BatchNegotiator::$requestStack | protected | property | The request stack. |
BatchNegotiator::applies | public | function | Whether this theme negotiator should be used to set the theme. Overrides ThemeNegotiatorInterface::applies |
BatchNegotiator::determineActiveTheme | public | function | Determine the active theme for the request. Overrides ThemeNegotiatorInterface::determineActiveTheme |
BatchNegotiator::__construct | public | function | Constructs a BatchNegotiator. |
Please login to continue.