MediaWiki master
MediaWiki\Hook\EditPage__attemptSave_afterHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onEditPage__attemptSave_after ( $editpage_Obj, $status, $resultDetails)
 This hook is called after an article save attempt.
 

Detailed Description

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

Use the hook name "EditPage::attemptSave:after" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 16 of file EditPage__attemptSave_afterHook.php.

Member Function Documentation

◆ onEditPage__attemptSave_after()

MediaWiki\Hook\EditPage__attemptSave_afterHook::onEditPage__attemptSave_after ( $editpage_Obj,
$status,
$resultDetails )

This hook is called after an article save attempt.

Since
1.35
Parameters
EditPage$editpage_ObjCurrent EditPage object
Status$statusResulting Status object
array$resultDetailsResult details array
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: