MediaWiki 1.39.10
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSpecialContributions__formatRow__flags ( $context, $row, &$flags) | |
This hook is called before rendering a Special:Contributions row. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialContributions::formatRow::flags" to register handlers implementing this interface.
Definition at line 16 of file SpecialContributions__formatRow__flagsHook.php.
MediaWiki\Hook\SpecialContributions__formatRow__flagsHook::onSpecialContributions__formatRow__flags | ( | $context, | |
$row, | |||
& | $flags ) |
This hook is called before rendering a Special:Contributions row.
IContextSource | $context | |
stdClass | $row | Revision information from the database |
string[] | &$flags | HTML fragments describing flags for this row |
Implemented in MediaWiki\HookContainer\HookRunner.