MediaWiki master
GetLogTypesOnUserHook.php
Go to the documentation of this file.
1<?php
2
4
21 public function onGetLogTypesOnUser( &$types );
22}
23
25class_alias( GetLogTypesOnUserHook::class, 'MediaWiki\\Hook\\GetLogTypesOnUserHook' );
This is a hook handler interface, see docs/Hooks.md.
onGetLogTypesOnUser(&$types)
Use this hook to add log types where the target is a user page.