Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
image system
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Sep 2013 at 12:15 UTC
Updated:
22 Sep 2014 at 10:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhodgdonI don't think this is a search.module issue? maybe not image.module either, but not search.module for sure...
Comment #2
mondrakeI think besides PluginFormInterface they should also use ContainerFactoryPluginInterface to inject services where needed.
Patch here introduces both + a test for form validation.
Comment #3
mondrakeComment #4
mondrakeReroll for #2247991: [May 27] Move all module code from …/lib/Drupal/… to …/src/… for PSR-4
Comment #5
mondrakeReroll.
Comment #6
mondrakeRerolled.
Comment #8
mondrakeCleaned up.
Comment #9
mondrakeComment #10
tim.plunkettI didn't know about this issue, there was also #2326721: EditorPluginInterface should extend PluginFormInterface. I'll remove the image parts from that issue.
Comment #11
tim.plunkettRerolled, and added in some tweaks and fixes.
Comment #12
aspilicious commentedLooking good.
Comment #13
alexpottCommitted 34246f4 and pushed to 8.0.x. Thanks!