MediaWiki master
SpecialStatsAddExtraHook.php
Go to the documentation of this file.
1<?php
2
4
6
30 public function onSpecialStatsAddExtra( &$extraStats, $context );
31}
32
34class_alias( SpecialStatsAddExtraHook::class, 'MediaWiki\\Hook\\SpecialStatsAddExtraHook' );
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.