Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Theme/ThemeManagerInterface.php \Drupal\Core\Theme\ThemeManagerInterface::getActiveTheme()
  2. 9 core/lib/Drupal/Core/Theme/ThemeManagerInterface.php \Drupal\Core\Theme\ThemeManagerInterface::getActiveTheme()

Returns the active theme object.

Parameters

\Drupal\Core\Routing\RouteMatchInterface|null $route_match: The route match.

Return value

\Drupal\Core\Theme\ActiveTheme

File

core/lib/Drupal/Core/Theme/ThemeManagerInterface.php, line 40

Class

ThemeManagerInterface
Provides a high level access to the active theme and methods to use it.

Namespace

Drupal\Core\Theme

Code

public function getActiveTheme(RouteMatchInterface $route_match = NULL);