- Issue created by @nicxvan
- πΊπΈUnited States nicxvan
Preinstall Triggers this:
if (!$this->moduleHandler->isLoaded() && !defined('MAINTENANCE_MODE')) { throw new \Exception('The theme implementations may not be rendered until all modules are loaded.'); }
In themeManager
- π¬π§United Kingdom catch
This looks really tidy and well scoped. The genuinely weird install hooks are left as is, just the 'normal' hooks that happens to be about installing modules converted, actual code change is a few characters. RTBC for me.
-
larowlan β
committed 5330cfd8 on 11.1.x
Issue #3486462 by nicxvan: Support #Hook for several hooks called by...
-
larowlan β
committed 5330cfd8 on 11.1.x
-
larowlan β
committed 2c9e1fa9 on 11.x
Issue #3486462 by nicxvan: Support #Hook for several hooks called by...
-
larowlan β
committed 2c9e1fa9 on 11.x
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Committed to 11.x and backported to 11.1.x
Published change notice
- πΊπΈUnited States nicxvan
Thank you so much! I'll update the CR for [#3442349] to reflect the hooks that are now available since that issue has more visibility.