class ThemeController

Controller for theme handling.

Hierarchy

Expanded class hierarchy of ThemeController

File

drupal/core/modules/system/lib/Drupal/system/Controller/ThemeController.php, line 20
Contains \Drupal\system\Controller\ThemeController.

Namespace

Drupal\system\Controller
View source

Members

Namesort descending Modifiers Type Description Overrides
ThemeController::$config protected property The system.theme config object.
ThemeController::create public static function Instantiates a new instance of this controller. Overrides ControllerInterface::create
ThemeController::disable public function Disables a theme.
ThemeController::enable public function Enables a theme.
ThemeController::__construct public function Constructs a ThemeController object.