MediaWiki master
MediaWiki\Hook\SpecialListusersFormatRowHook Interface Reference

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().
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "SpecialListusersFormatRow" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 of file SpecialListusersFormatRowHook.php.

Member Function Documentation

◆ onSpecialListusersFormatRow()

MediaWiki\Hook\SpecialListusersFormatRowHook::onSpecialListusersFormatRow ( & $item,
$row )

This hook is called right before the end of UsersPager::formatRow().

Since
1.35
Parameters
string&$itemHTML to be returned. Will be wrapped in an after the hook finishes
stdClass$rowDatabase row object
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: