public function RulesEventDispatcherInterface::startWatching in Rules 7.2
Starts the event watcher.
1 method overrides RulesEventDispatcherInterface::startWatching()
- RulesTestEventHandler::startWatching in tests/
rules_test.rules.inc - Implements RulesEventDispatcherInterface::startWatching().
File
- includes/
rules.event.inc, line 160 - Contains event handler interface and base classes.
Class
- RulesEventDispatcherInterface
- Interface for event dispatchers.
Code
public function startWatching();