MediaWiki master
SpecialStatsAddExtraHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
30 public function onSpecialStatsAddExtra( &$extraStats, $context );
31}
Interface for objects which can provide a MediaWiki context on request.
This is a hook handler interface, see docs/Hooks.md.
onSpecialStatsAddExtra(&$extraStats, $context)
Use this hook to add extra statistics at the end of Special:Statistics.