MediaWiki  master
RecentChange_saveHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
5 // phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6 use RecentChange;
7 
24  public function onRecentChange_save( $recentChange );
25 }
Utility class for creating new RC entries.
This is a hook handler interface, see docs/Hooks.md.
onRecentChange_save( $recentChange)
This hook is called at the end of RecentChange::save().