MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onUpdateUserMailerFormattedPageStatus (&$formattedPageStatus) | |
This hook is called before a notification email gets sent. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UpdateUserMailerFormattedPageStatus" to register handlers implementing this interface.
Definition at line 12 of file UpdateUserMailerFormattedPageStatusHook.php.
MediaWiki\Hook\UpdateUserMailerFormattedPageStatusHook::onUpdateUserMailerFormattedPageStatus | ( | & | $formattedPageStatus | ) |
This hook is called before a notification email gets sent.
string[] | &$formattedPageStatus | List of valid page states |
Implemented in MediaWiki\HookContainer\HookRunner.