Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Theme/ThemeInitialization.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
37 * The extensions that might be attaching assets. | 37 * The extensions that might be attaching assets. |
38 * | 38 * |
39 * @var array | 39 * @var array |
40 */ | 40 */ |
41 protected $extensions; | 41 protected $extensions; |
42 | |
43 /** | |
44 * The module handler. | |
45 * | |
46 * @var \Drupal\Core\Extension\ModuleHandlerInterface | |
47 */ | |
48 protected $moduleHandler; | |
42 | 49 |
43 /** | 50 /** |
44 * Constructs a new ThemeInitialization object. | 51 * Constructs a new ThemeInitialization object. |
45 * | 52 * |
46 * @param string $root | 53 * @param string $root |