public function RulesConditionalContainer::resetInternalCache in Conditional Rules 8
Same name and namespace in other branches
- 7 includes/rules_conditional.core.inc \RulesConditionalContainer::resetInternalCache()
File
- includes/
rules_conditional.core.inc, line 184 - Conditional Rules framework implementation.
Class
- RulesConditionalContainer
- Base conditional statement plugin implementation.
Code
public function resetInternalCache() {
parent::resetInternalCache();
$this->providesVariables = NULL;
}