function RulesTestEventHandler::startWatching

Implements RulesEventDispatcherInterface::startWatching().

Overrides RulesEventDispatcherInterface::startWatching

File

tests/rules_test.rules.inc, line 374

Class

RulesTestEventHandler
Test event handler class.

Code

public function startWatching() {
    variable_set($this->variableName, TRUE);
}