MediaWiki master
GitViewersHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
12interface GitViewersHook {
22 public function onGitViewers( &$extTypes );
23}
This is a hook handler interface, see docs/Hooks.md.
onGitViewers(&$extTypes)
This hook is called when generating the list of git viewers for Special:Version, allowing you to modi...