function RulesEventDispatcherInterface::isWatching
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
Class
- RulesEventDispatcherInterface
- Interface for event dispatchers.
Code
public function isWatching();