MediaWiki master
DeletedContributionsLineEndingHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use stdClass;
7
33 public function onDeletedContributionsLineEnding( $page, &$ret, $row,
34 &$classes, &$attribs
35 );
36}
This is a hook handler interface, see docs/Hooks.md.
onDeletedContributionsLineEnding( $page, &$ret, $row, &$classes, &$attribs)
This hook is called before a DeletedContributions HTML line is finished.