MediaWiki master
RecentChange_saveHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
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().