#2001206: Replace drupal_container() with Drupal::service() removed the drupal_container() function (committed 22nd Dec)
#2068471: Normalize Controller/View-listener behavior with a Page object added a call to drupal_container() (committed 2nd Jan)

Comments

mtift’s picture

StatusFileSize
new1.36 KB

Here is a patch. It also removes one reference to a non-existent drupal_container().

mtift’s picture

Status: Active » Needs review
penyaskito’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +Quick fix

RTBC if green.

dawehner’s picture

Status: Reviewed & tested by the community » Needs work

The AdminNegotitator already takes care about the admin theme logic, so we should really kill that code. This was certainly a reroll conflict.

mtift’s picture

StatusFileSize
new1.5 KB
new763 bytes

Thanks @dawehner. I think the attached patch addresses your comments.

tstoeckler’s picture

Status: Needs work » Needs review

Let's see if the bot likes it.
Patch looks good!

Crell’s picture

Status: Needs review » Reviewed & tested by the community

I swear that is THE most stubborn function ever.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Ok, I guess that also explains why tests aren't blowing up over this atm.

Committed and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

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