Constructs a ThemeController object.
Parameters
\Drupal\Core\Config\Config $config:
The config.
File
- drupal/core/modules/system/lib/Drupal/system/Controller/ThemeController.php, line 35
- Contains \Drupal\system\Controller\ThemeController.
Class
- ThemeController
- Controller for theme handling.
Namespace
Drupal\system\Controller
Code
public function __construct(Config $config) {
$this->config = $config;
}