MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onGitViewers (&$extTypes) | |
This hook is called when generating the list of git viewers for Special:Version, allowing you to modify the list. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "GitViewers" to register handlers implementing this interface.
Definition at line 12 of file GitViewersHook.php.
MediaWiki\Hook\GitViewersHook::onGitViewers | ( | & | $extTypes | ) |
This hook is called when generating the list of git viewers for Special:Version, allowing you to modify the list.
string[] | &$extTypes | Associative array of repo URLS to viewer URLs |
Implemented in MediaWiki\HookContainer\HookRunner.