3 namespace MediaWiki\Hook
;
6 * This is a hook handler interface, see docs/Hooks.md.
7 * Use the hook name "UpdateUserMailerFormattedPageStatus" to register handlers implementing this interface.
12 interface UpdateUserMailerFormattedPageStatusHook
{
14 * This hook is called before a notification email gets sent.
18 * @param string[] &$formattedPageStatus List of valid page states
19 * @return bool|void True or no return value to continue or false to abort
21 public function onUpdateUserMailerFormattedPageStatus( &$formattedPageStatus );