MediaWiki master
|
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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "GetLogTypesOnUser" to register handlers implementing this interface.
Definition at line 12 of file GetLogTypesOnUserHook.php.
MediaWiki\Hook\GetLogTypesOnUserHook::onGetLogTypesOnUser | ( | & | $types | ) |
Use this hook to add log types where the target is a user page.
string[] | &$types | Array of log types |
Implemented in MediaWiki\HookContainer\HookRunner.