MediaWiki master
SpecialContributions__formatRow__flagsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use stdClass;
7
8// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
27 public function onSpecialContributions__formatRow__flags( $context, $row,
28 &$flags
29 );
30}
Interface for objects which can provide a MediaWiki context on request.
onSpecialContributions__formatRow__flags( $context, $row, &$flags)
This hook is called before rendering a Special:Contributions row.