MediaWiki master
GetLogTypesOnUserHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
21 public function onGetLogTypesOnUser( &$types );
22}
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.