Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 295840

ThemeManager::alterForTheme,Order needs to be corrected

$
0
0

The root theme should be executed first when we execute the theme alter hook.

so \Drupal\Core\Theme\ThemeManager::alterForTheme line 431:
foreach ($theme->getBaseThemes() as $base) {

Should be changed to:
foreach (array_reverse($theme->getBaseThemes()) as $base) {


Viewing all articles
Browse latest Browse all 295840

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>