You are here

public function ViewsRulesLoop::resetView in Views Rules 7

2 calls to ViewsRulesLoop::resetView()
ViewsRulesLoop::evaluate in rules/views_rules.plugin.inc
Evaluate, whereas by default new vars are visible in the parent's scope.
ViewsRulesLoop::resetInternalCache in rules/views_rules.plugin.inc
Resets any internal static caches.

File

rules/views_rules.plugin.inc, line 224
Views Rules plugin implementations.

Class

ViewsRulesLoop
Loop plugin for using results from a view with Rules displays.

Code

public function resetView() {
  $this->view = NULL;
}