DbUpdateNegotiator
class DbUpdateNegotiator implements ThemeNegotiatorInterface (View source)
Sets the active theme for the database update pages.
Properties
| protected ConfigFactoryInterface | $configFactory | The config factory. |
Methods
bool
applies(RouteMatchInterface $route_match)
Whether this theme negotiator should be used to set the theme.
string|null
Details
__construct(ConfigFactoryInterface $config_factory)
Constructs a DbUpdateNegotiator.
bool
applies(RouteMatchInterface $route_match)
Whether this theme negotiator should be used to set the theme.
string|null
determineActiveTheme(RouteMatchInterface $route_match)
Determine the active theme for the request.