public ActiveTheme::__construct(array $values)
Constructs an ActiveTheme object.
Parameters
array $values: The properties of the object, keyed by the names.
File
core/lib/Drupal/Core/Theme/ActiveTheme.php, line 91
Class
ActiveTheme Defines a theme and its information needed at runtime.
Namespace
Drupal\Core\Theme
Code
public function __construct(array $values) {
$values += [
'path' => '',
'engine' => 'twig',
'owner' => 'twig',
'stylesheets_remove' => [],