Skip to content
Snippets Groups Projects
Commit 5a8337cf authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2914595 by _gradient_: \Drupal\Core\Theme\ThemeInitialization declares...

Issue #2914595 by _gradient_: \Drupal\Core\Theme\ThemeInitialization declares $moduleHandler dynamically
parent 00b4d8c0
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment