MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSpecialContributions__formatRow__flags ( $context, $row, &$flags) | |
This hook is called before rendering a Special:Contributions row. | |
Stable to implement.
Definition at line 13 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 | IContextSource object |
stdClass | $row | Revision information from the database |
string[] | &$flags | HTML fragments describing flags for this row |
Implemented in MediaWiki\HookContainer\HookRunner.