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