MediaWiki REL1_35
MediaWiki\Hook\SpecialListusersFormatRowHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\SpecialListusersFormatRowHook:

Public Member Functions

 onSpecialListusersFormatRow (&$item, $row)
 This hook is called right before the end of UsersPager::formatRow().
 

Detailed Description

Stable to implement.

Definition at line 11 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: