Closed (fixed)
Project:
Drupal core
Version:
main
Component:
image.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2026 at 17:48 UTC
Updated:
13 Mar 2026 at 08:19 UTC
Jump to comment: Most recent
Now that #3554447: Use #attributes instead of #item_attributes had been merged, it is possible to remove deprecations on main.
Removal of item_attributes properties.
Same as parent issue?
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:
Comments
Comment #3
grimreaperComment #4
smustgrave commentedComment #5
dcam commentedDue to the narrow focus on removing the
item_attributesdeprecations I had to review this based on whether there are any instances ofitem_attributesleft. I grepped the image and responsive_image modules foritem_attributes. All instances have been removed. Tests are passing. This looks good to me.Comment #6
alexpottCommitted 99a2607 and pushed to main. Thanks!
Comment #11
quietone commentedRr-parenting to the meta issue for removing deprecated code