MediaWiki REL1_35
MediaWiki\Hook\RecentChange_saveHook Interface Reference

Stable to implement. 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

Stable to implement.

Definition at line 12 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: