public function RulesEventDispatcherInterface::isWatching in Rules 7.2
Returns whether the event dispatcher is currently active.
Return value
bool TRUE if the event dispatcher is currently active, FALSE otherwise.
1 method overrides RulesEventDispatcherInterface::isWatching()
- RulesTestEventHandler::isWatching in tests/
rules_test.rules.inc - Implements RulesEventDispatcherInterface::isWatching().
File
- includes/
rules.event.inc, line 173 - Contains event handler interface and base classes.
Class
- RulesEventDispatcherInterface
- Interface for event dispatchers.
Code
public function isWatching();