MediaWiki master
SpecialListusersFormatRowHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use stdClass;
6
24 public function onSpecialListusersFormatRow( &$item, $row );
25}
This is a hook handler interface, see docs/Hooks.md.
onSpecialListusersFormatRow(&$item, $row)
This hook is called right before the end of UsersPager::formatRow().