Closed (fixed)
Project:
Diff
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
21 Sep 2016 at 07:16 UTC
Updated:
14 Oct 2016 at 16:14 UTC
Jump to comment: Most recent, Most recent file
As this l method \Drupal::l going to be deprecated , please replace this from the code base.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | removed_deprecated-2803661-11.patch | 32.13 KB | tduong |
| #11 | interdiff-2803661-8-11.txt | 21.98 KB | tduong |
| #8 | removed_deprecated-2803661-8.patch | 23.52 KB | ginovski |
| #4 | removed_deprecated-2803661-4.patch | 24.28 KB | ginovski |
| #4 | interdiff-2803661-2-4.txt | 23.02 KB | ginovski |
Comments
Comment #2
Pradnya Pingat commentedPatch Added.
Comment #3
miro_dietikerYeah agree, but we like to do non-functional clean ups in a combined patch.
So this issue would need to be more general, such as covering all/most deprecated calls.
From quickly checking phpcs with PHPStorm, i see there are more than 30 other deprecated calls.
Comment #4
ginovski commentedRemoved all deprecated methods, only 1 left (entityManager->getViewModes(), there is still no replacement for this 1).
Comment #5
johnchqueIf you gonna change this, you should also change the variable name that is set in __construct
Comment #6
johnchqueActually those changes were made.
Comment #7
miro_dietikerNeeds a reroll after other commits.
Comment #8
ginovski commentedRerolled
Comment #10
tduong commentedGinovski is off, taking over this issue.
Comment #11
tduong commentedChanged some construct variable name convetion, fixed some Link imports, improved a bit the test about some repeating code, and tried to remove some unrelated changes I made.
Comment #12
johnchqueThank you. :)
Comment #14
miro_dietikerGreat, committing to avoid further rerolls and conflicts with other commits...