Closed (works as designed)
Project:
Rules
Version:
6.x-1.2
Component:
Rules Core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2010 at 04:39 UTC
Updated:
13 Jun 2013 at 18:02 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedAdd an action "execute custom PHP code" and execute cron by PHP:
module_invoke_all('cron');Comment #2
mitchell commentedComment #3
mitchell commentedComment #5
adit234 commentedhello there..
Thanks for the work you have done so far on this module.
that code (
module_invoke_all('cron');) was for run cron for all of modules, isn't that right...?what if i want to run cron only for one module, ex: node module...?
sorry for some idiotic question, i'm still newbie in drupal and php....:D
thanks
adit
Comment #6
firfin commentedQuestion does not seem related to Original Post. Which was answered adequately.
usage of module_invoke_all is not really a question about Rules anyway.
Please open another issue (I think in general/drupal thread might be best) if you still have problems after reading https://api.drupal.org/api/drupal/includes!module.inc/function/module_in...