Closed (fixed)
Project:
Search API
Version:
8.x-1.x-dev
Component:
Framework
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2013 at 14:53 UTC
Updated:
22 Sep 2015 at 11:44 UTC
Jump to comment: Most recent
This is a collection issue for all the smaller D8 changes (not already listed explicitly in #2044421: [meta] Upgrade to Drupal 8) to which we'll have to adapt, like not using global $user.
I'm not entirely sure how to best go about this, but I guess I'll just collect all smaller changes I hear/read about here.
$user deprecated in favor of $request$_GET['q'] removed; must use current_path()user_access() got converted to a method on the user/accountInterfaceAny additions are welcome!
Comments
Comment #0.0
drunken monkeyAdded reference to issue list.
Comment #1
drunken monkeyComment #2
larowlanNote there is now a current user service instead of global user. Also all GET params should use the request where possible.
Comment #3
drunken monkeyAdded change from #2174027: user_access has been removed in Drupal 8.
Comment #4
drunken monkeyI think all of these have now long been fixed.