Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Drupal.php

function Drupal::theme

Gets the theme service.

Return value

\Drupal\Core\Theme\ThemeManagerInterface

File

core/lib/Drupal.php, line 651

Class

Drupal
Static Service Container wrapper.

Code

public static function theme() {
    return static::getContainer()->get('theme.manager');
}
RSS feed
Powered by Drupal