Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
rest.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2012 at 19:22 UTC
Updated:
29 Jul 2014 at 21:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettNote that the files are moving via git.
Comment #2
klausiYes, this makes sense.
Why is that needed? You could easily determine the module by the namespace of the plugin class. And if we do not have an explicit use case for the module information I would say let's omit it.
Or is this a plugin standard now?
Same here.
Comment #3
klausiAlso: what about the test cases? Should they remain in REST module or should they be moved as well?
I really don't care much, but it might be confusing to have a Drupal core module that does not have a single simpletest :-D
Comment #4
liuggio commentedThe other issue has been closed as duplicated as this one.
Comment #5
damiankloip commentedJust spoke to klausi about this. Let's just move the db log resource plugin and the corresponding test.
We should then open a follow up to discuss where we should add documentation about finding examples for these plugins.
Comment #6
Crell commentedSeems sane enough.
Comment #7
webchickLooks sensible.
Committed and pushed to 8.x. Thanks!