Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Theme / ThemeInitialization.php
index 95ce5f3e95101d9abc59b4d364f96493818e8c2f..0067ee8710aedea0897382635ffdc5942672d285 100644 (file)
@@ -40,6 +40,13 @@ class ThemeInitialization implements ThemeInitializationInterface {
    */
   protected $extensions;
 
+  /**
+   * The module handler.
+   *
+   * @var \Drupal\Core\Extension\ModuleHandlerInterface
+   */
+  protected $moduleHandler;
+
   /**
    * Constructs a new ThemeInitialization object.
    *