|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onUnwatchArticleComplete ( $user, $page) | |
| This hook is called after a watch is removed from an article. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UnwatchArticleComplete" to register handlers implementing this interface.
Definition at line 15 of file UnwatchArticleCompleteHook.php.
| MediaWiki\Actions\Hook\UnwatchArticleCompleteHook::onUnwatchArticleComplete | ( | $user, | |
| $page ) |
This hook is called after a watch is removed from an article.
| UserIdentity | $user | User that watched |
| WikiPage | $page | WikiPage object that was watched |
Implemented in MediaWiki\HookContainer\HookRunner.