function RulesTestEventHandler::isWatching
Implements RulesEventDispatcherInterface::isWatching().
Overrides RulesEventDispatcherInterface::isWatching
File
-
tests/
rules_test.rules.inc, line 388
Class
- RulesTestEventHandler
- Test event handler class.
Code
public function isWatching() {
return (bool) variable_get($this->variableName);
}