You are here

constant RULES_CONDITIONAL_MAX_ITERATIONS in Conditional Rules 7

Same name and namespace in other branches
  1. 8 rules_conditional.module \RULES_CONDITIONAL_MAX_ITERATIONS

Maximum number of loop iterations (effectively infinite).

2 uses of RULES_CONDITIONAL_MAX_ITERATIONS
RulesConditionalWhile::evaluate in includes/rules_conditional.plugin.inc
Evaluate, whereas by default new vars are visible in the parent's scope.
RulesConditionalWhileUI::form in includes/rules_conditional.ui.inc
Delegates the form to the predicate.

File

./rules_conditional.module, line 10
Main module file.

Code

define('RULES_CONDITIONAL_MAX_ITERATIONS', 65535);