Problem/Motivation
Time to remove the deprecated code from the block_content module :)
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3571874
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3571874-remove-deprecated-code
changes, plain diff MR !14662
Comments
Comment #3
smustgrave commentedComment #4
dcam commentedI didn't find anything to give feedback about. Everything deprecated for removal in D12 has been removed. This looks good to me.
Comment #5
catchOne comment on the MR.
Comment #6
smustgrave commentedNot sure if I can go back to RTBC but think my problem before was I didn't remove enough of the hook, in this case the whole thing could go away. All green.
Comment #7
dcam commentedSince I've leveled up my review of these issues I started this one again from scratch. I found one issue (below) and made one minor suggestion on the MR.
There are two lingering references to
template_preprocess_block_content_add_list()in claro and stable9. The stable9 template is marked for removal in D12, so maybe it should be in-scope here. See https://git.drupalcode.org/project/drupal/-/blob/main/core/themes/claro/... and https://git.drupalcode.org/project/drupal/-/blob/main/core/themes/stable....Comment #8
smustgrave commentedThanks!
Comment #9
dcam commentedFeedback was addressed. LGTM.
Comment #10
catchCommitted/pushed to main, thanks!