MediaWiki  master
ChangesListInitRowsHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
5 use ChangesList;
7 
25  public function onChangesListInitRows( $changesList, $rows );
26 }
This is a hook handler interface, see docs/Hooks.md.
onChangesListInitRows( $changesList, $rows)
Use this hook to batch process change list rows prior to rendering.
Result wrapper for grabbing data queried from an IDatabase object.