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