You are here

public function RulesTestEventHandler::isWatching in Rules 7.2

Implements RulesEventDispatcherInterface::isWatching().

Overrides RulesEventDispatcherInterface::isWatching

File

tests/rules_test.rules.inc, line 378
Includes any rules integration provided by the module.

Class

RulesTestEventHandler
Test event handler class.

Code

public function isWatching() {
  return (bool) variable_get($this->variableName);
}