Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 May 2013 at 01:33 UTC
Updated:
29 Jul 2014 at 22:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kmcculloch commentedInitial attempt to convert, using (what I believe are) proper Symfony methods
Comment #2
kim.pepperThis could just be $request->isMethod('GET') || $request->isMethod('HEAD')
Comment #3
kim.pepperComment #4
kim.pepperThere is now only one occurrence of PHP superglobals, so I started this again from scratch. I've used a $request-isMethodSafe() to encapsulate the same check.
Comment #6
steven merrill commented#4: 1998708-block-request-4.patch queued for re-testing.
Comment #7
Crell commentedThis should be Drupal::service('access_manager')
There's also a ton of unrelated config system stuff going on in there. Looks like a patch got mixed up by accident.
Comment #8
kim.pepperLooks like a bad rebase. Trying again...
Comment #9
Crell commentedThat's more like it. :-)
Comment #10
alexpottCommitted 76518e6 and pushed to 8.x. Thanks!