| GetLogTypesOnUser | |
|---|---|
| Available fromversion 1.23.0 Add log types where the target is a userpage | |
| Define function: | publicstaticfunctiononGetLogTypesOnUser(&$types){...} |
| Attach hook: | Inextension.json:{"Hooks":{"GetLogTypesOnUser":"MediaWiki\\Extension\\MyExtension\\Hooks::onGetLogTypesOnUser"}} |
| Called from: | File(s):specials/SpecialLog.php |
| Interface: | GetLogTypesOnUserHook.php |
For more information about attaching hooks, seeManual:Hooks.
For examples of extensions using this hook, seeCategory:GetLogTypesOnUser extensions.