Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
image system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Feb 2024 at 03:14 UTC
Updated:
14 Mar 2024 at 08:59 UTC
Jump to comment: Most recent
Comments
Comment #4
kim.pepperCreated a MR
Comment #5
mstrelan commentedLooks great. I think it's fine to omit the param docs for id and title. All ImageToolkit plugins have been converted to use annotations.
Comment #6
mstrelan commentedAs per @larowlan I think we need to add
public readonly ?string $deriver = NULLto the constructor params.Comment #7
kim.pepperAdds a deriver property
Comment #8
smustgrave commentedAppears all feedback has been addressed.
Did a search for @ImageToolkit and all 4 instances of core have been replaced.
Comment #9
alexpottCommitted and pushed ffaf987160 to 11.x and e8b4e5c252 to 10.3.x. Thanks!
Adding to 3395575
Comment #14
alexpottI committed a quick follow-up now that this, #3420992: Convert ImageToolkitOperation plugin discovery to attributes and #3420996: Convert ImageEffect plugin discovery to attributes are all in - in order to link the attributes together instead of pointing at the annotations. See https://git.drupalcode.org/project/drupal/-/commit/bd5aa8ffbe851e1a5104a...