MediaWiki REL1_35
GitViewersHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
9interface GitViewersHook {
19 public function onGitViewers( &$extTypes );
20}
onGitViewers(&$extTypes)
This hook is called when generating the list of git viewers for Special:Version, allowing you to modi...