ExecutionState::$blocked
Globally keeps the ids of rules blocked due to recursion prevention.
@todo Implement recursion prevention from D7. @todo Move this out of Context namespace?
Type: array
See also
https://www.drupal.org/project/rules/issues/2677094
File
-
src/
Context/ ExecutionState.php, line 32
Class
- ExecutionState
- The rules execution state.
Namespace
Drupal\rules\ContextCode
protected static $blocked = [];