MediaWiki master
MediaWiki\Hook\GetLogTypesOnUserHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onGetLogTypesOnUser (&$types)
 Use this hook to add log types where the target is a user page.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "GetLogTypesOnUser" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 12 of file GetLogTypesOnUserHook.php.

Member Function Documentation

◆ onGetLogTypesOnUser()

MediaWiki\Hook\GetLogTypesOnUserHook::onGetLogTypesOnUser ( & $types)

Use this hook to add log types where the target is a user page.

Since
1.35
Parameters
string[]&$typesArray of log types
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: