MediaWiki REL1_39
MediaWiki\Hook\RecentChange_saveHook Interface Reference

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

Inheritance diagram for MediaWiki\Hook\RecentChange_saveHook:

Public Member Functions

 onRecentChange_save ( $recentChange)
 This hook is called at the end of RecentChange::save().
 

Detailed Description

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

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

Stability: stable
to implement

Definition at line 15 of file RecentChange_saveHook.php.

Member Function Documentation

◆ onRecentChange_save()

MediaWiki\Hook\RecentChange_saveHook::onRecentChange_save ( $recentChange)

This hook is called at the end of RecentChange::save().

Since
1.35
Parameters
RecentChange$recentChange
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: