MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onSpecialListusersFormatRow (&$item, $row) | |
This hook is called right before the end of UsersPager::formatRow(). | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialListusersFormatRow" to register handlers implementing this interface.
Definition at line 14 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.