How do I force a rule to be triggered in Drupal, for example from code?
Asked
Active
Viewed 1,299 times
0
-
Do you mean how to invoke a hook? – googletorp Sep 29 '09 at 09:11
1 Answers
3
If by rule you mean an action (usually invoked via triggers), take a look at the actions_do() function.

Henrik Opel
- 19,341
- 1
- 48
- 64