Closed (outdated)
Project:
Drupal core
Version:
11.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Mar 2020 at 04:32 UTC
Updated:
16 Jul 2024 at 02:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
msutharsComment #4
msutharsPlease review the patch.
Comment #5
msutharsComment #6
msutharsComment #7
msutharsComment #8
msuthars\Drupal::cache() with IoC injection where possible. Please review the patch.
Comment #9
msutharsComment #10
junglePer the parent issue, rescoping this to do it for non-test code.
So i have to set this back to NW, sorry for the change in the middle!
Comment #11
ravi.shankar commentedComment #12
ravi.shankar commentedHere I have tried to address comment #10, please review.
Comment #13
jungleNeeds Change records. In Drupal 9 this argument needs to be optional. In Drupal 10 we can require it. We need to do something like:
Comment #14
hardik_patel_12 commentedAdding change record and deprecation error message in constructor. Kindly review a patch.
Comment #15
jungle@Hardik_Patel_12, thanks for the patch.
CLASSNAME here is just a placeholder for example. it should be replaced with a real one, BookManager in this case.
Comment #16
jungleHere missing a BC layer which is simliar to #14
Comment #17
hardik_patel_12 commented@jungle , yes i have missed simple changes for CLASSNAME and BC layer for CKEditor file , working on it.
Comment #18
hardik_patel_12 commentedAdding points as suggested in #15 and #16 , kindly review a new patch.
Comment #20
hardik_patel_12 commentedSolving failed test cases , if we want do changes for only non-test file then this test cases will always gone be fail. @jungle can you share your suggestions on this.
Comment #26
smustgrave commentedThis issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request as a guide.
At this time we will need a D10 version of this patch.
Also a rescan of the repo to see if there are other instances that need to be replaced.
Comment #28
hardik_patel_12 commentedThe Book and CKEditor modules are no longer part of the core in version 11.x. Therefore, the patch at #20 is no longer applicable.
Comment #29
quietone commentedI agree this is outdated. Anyone wanting these changes should open an issue in the Book contrib module or the CKEditor contrib module.