Fatal error: Call to undefined function Drupal\devel\Controller\drupal_theme_initialize()

CommentFileSizeAuthor
#2 devel-theme-registry-2399275-2.patch530 byteswillzyx
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pcambra’s picture

Issue tags: +low hanging fruit
willzyx’s picture

I think we can safely skip theme initialization. See #2228093: Modernize theme initialization

NOTE
many methods in DevelControllor returns strings; this cause 406 errors. Controllers can only return render array or \Symfony\Component\HttpFoundation\Response object.

willzyx’s picture

Status: Active » Needs review

  • pcambra committed ee057da on 8.x-1.x authored by willzyx
    Issue #2399275 by willzyx: Theme registry page is broken
    
pcambra’s picture

Status: Needs review » Fixed

Thanks @willzyx

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.