Closed (fixed)
Project:
Entityqueue
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 May 2015 at 21:20 UTC
Updated:
3 Dec 2015 at 13:24 UTC
Jump to comment: Most recent
This would replace the ctools entityqueue handlers http://cgit.drupalcode.org/entityqueue/tree/plugins/entityqueue/handler and remove hook_ctools_plugin_type and other ctools hooks.
See https://github.com/gnuget/entityqueue-drupal8/blob/master/src/Annotation... and https://github.com/gnuget/entityqueue-drupal8/tree/master/src/Plugin/Que... for a starting point.
Comments
Comment #2
jojonaloha commentedI've committed gnuget's code so far, but I think we should discuss what methods (if any) we want to implement from the old
EntityQueueHandlerInterface.An example; I'm guessing the
subqueueForm()wouldn't be implemented that way in D8.Comment #3
jojonaloha commentedComment #8
amateescu commentedThe 'simple' and 'multiple' entity queue handler plugins have been ported.