Closed (fixed)
Project:
Drupal core
Version:
8.8.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2019 at 14:22 UTC
Updated:
1 Apr 2019 at 16:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
berdirComment #4
berdirOoops.
Comment #6
berdirFixed CommentDefaultFormatter.
Comment #8
berdirComment #9
jibranDo we need to update some CN?
Comment #10
martin107 commentedI have had a slow visual scan of the patch, sometimes it is useful to have a second pair of eyes look things over
a) All changes related to the issue.
b) All changes appear to be implemented correctly.
c) No additional coding standard errors are introduced.
d) As far as I can see the DeprecatedServicePropertyTrait is added where pertinent.
e) The text in the @trigger_error and @expectedDeprecation follow established patterns and seem helpful.
so +1 from me.
Comment #11
andypostChecked it as well, no issues found
@jibran that's just a proper deprecation (replace, add throw error & tests) so no CRs needs update because all this methods already deprecated before 8.0 via https://www.drupal.org/node/2549139
Comment #12
catchCommitted 29e5277 and pushed to 8.8.x. Thanks!