MediaWiki master
ContributionsLineEndingHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use stdClass;
7
30 public function onContributionsLineEnding( $pager, &$ret, $row, &$classes,
31 &$attribs
32 );
33}
Pager for Special:Contributions.
This is a hook handler interface, see docs/Hooks.md.
onContributionsLineEnding( $pager, &$ret, $row, &$classes, &$attribs)
This hook is called before a contributions HTML line is finished.