MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSpecialListusersFormatRow (&$item, $row) | |
This hook is called right before the end of UsersPager::formatRow(). | |
Stable to implement.
Definition at line 11 of file SpecialListusersFormatRowHook.php.
MediaWiki\Hook\SpecialListusersFormatRowHook::onSpecialListusersFormatRow | ( | & | $item, |
$row | |||
) |
This hook is called right before the end of UsersPager::formatRow().
string | &$item | HTML to be returned. Will be wrapped in an after the hook finishes |
stdClass | $row | Database row object |
Implemented in MediaWiki\HookContainer\HookRunner.