public ThemeNegotiatorInterface::determineActiveTheme(RouteMatchInterface $route_match)
Determine the active theme for the request.
\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match object.
string|null The name of the theme, or NULL if other negotiators, like the configured default one, should be used instead.
public function determineActiveTheme(RouteMatchInterface $route_match);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Theme!ThemeNegotiatorInterface.php/function/ThemeNegotiatorInterface::determineActiveTheme/8.1.x