MediaWiki REL1_39
MediaWiki\Hook\UpdateUserMailerFormattedPageStatusHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inheritance diagram for MediaWiki\Hook\UpdateUserMailerFormattedPageStatusHook:

Public Member Functions

 onUpdateUserMailerFormattedPageStatus (&$formattedPageStatus)
 This hook is called before a notification email gets sent.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "UpdateUserMailerFormattedPageStatus" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 12 of file UpdateUserMailerFormattedPageStatusHook.php.

Member Function Documentation

◆ onUpdateUserMailerFormattedPageStatus()

MediaWiki\Hook\UpdateUserMailerFormattedPageStatusHook::onUpdateUserMailerFormattedPageStatus ( & $formattedPageStatus)

This hook is called before a notification email gets sent.

Since
1.35
Parameters
string[]&$formattedPageStatusList of valid page states
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: