Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Mar 2014 at 14:36 UTC
Updated:
29 Jul 2014 at 23:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
znerol commentedComment #3
znerol commentedRequest stack may return
NULLinstead of a request object when accessed outside the request-response stack - e.g. when triggered from the simpletest parent site.Comment #4
dawehner+1 to not get the information on constructor time.
Sadly this has a missing @return statement.
I wonder whether we can get rid of one of the if statements.
Comment #5
znerol commentedThanks @dawehner for the review.
Fixed
Yes, we can.
Comment #6
dawehnerThank you
Comment #7
webchickWell that definitely looks much nicer!
Committed and pushed to 8.x. Thanks!