MediaWiki REL1_35
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
21 public function onRecentChange_save( $recentChange );
22}
Utility class for creating new RC entries.
onRecentChange_save( $recentChange)
This hook is called at the end of RecentChange::save().