Closed (won't fix)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.0-rc1
Component:
Plugins system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2011 at 02:51 UTC
Updated:
2 Sep 2011 at 04:59 UTC
I have created a custom Mailhandler command plugin and put it into a module, but it is loading too early. Mailhandler's plugins need to process the $message object before I do my bits to it. I can't find any hooks or properties to say "run this last", and modifying system.weight in the db had no effect.
Is there a hook or property I need to implement to achieve this, or some kind of file naming convention?
Comments
Comment #1
merlinofchaos commentedThe order plugins are loaded has nothing to do with the order plugins are processed. That's up to the module implementing the plugin type. You will need to ask there, which I guess is the mailhandler module?