MediaWiki REL1_35
SpecialListusersFormatRowHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use stdClass;
6
21 public function onSpecialListusersFormatRow( &$item, $row );
22}
onSpecialListusersFormatRow(&$item, $row)
This hook is called right before the end of UsersPager::formatRow().