function RulesTestEventHandler::stopWatching
Implements RulesEventDispatcherInterface::stopWatching().
Overrides RulesEventDispatcherInterface::stopWatching
File
-
tests/
rules_test.rules.inc, line 381
Class
- RulesTestEventHandler
- Test event handler class.
Code
public function stopWatching() {
variable_set($this->variableName, FALSE);
}