MediaWiki master
MediaWiki\Hook\ContributionsLineEndingHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onContributionsLineEnding ( $pager, &$ret, $row, &$classes, &$attribs)
 This hook is called before a contributions HTML line is finished.
 

Detailed Description

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

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

Stability: stable
to implement

Definition at line 15 of file ContributionsLineEndingHook.php.

Member Function Documentation

◆ onContributionsLineEnding()

MediaWiki\Hook\ContributionsLineEndingHook::onContributionsLineEnding ( $pager,
& $ret,
$row,
& $classes,
& $attribs )

This hook is called before a contributions HTML line is finished.

Since
1.35
Parameters
ContribsPager$pagerThe ContribsPager object hooked into
string&$retThe HTML line
stdClass$rowThe DB row for this line
string[]&$classesThe classes to add to the surrounding
string[]&$attribsAssociative array of other HTML attributes for the element. Currently only data attributes reserved to MediaWiki are allowed (see Sanitizer::isReservedDataAttribute).
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: