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

Replace global $theme with global $theme_info

$
0
0

global $theme == global $theme_key (just the name)

global $theme_info == Extension $theme (object)

global $theme == global $theme_info->getName()

Proposed solution

  1. Rename global $theme_info into global $theme.
  2. Replace all global $theme with global $theme_info->getName().

Viewing all articles
Browse latest Browse all 292250

Trending Articles