public function RulesTestEventHandler::stopWatching in Rules 7.2
Implements RulesEventDispatcherInterface::stopWatching().
Overrides RulesEventDispatcherInterface::stopWatching
File
- tests/
rules_test.rules.inc, line 371 - Includes any rules integration provided by the module.
Class
- RulesTestEventHandler
- Test event handler class.
Code
public function stopWatching() {
variable_set($this->variableName, FALSE);
}