MediaWiki master
SpecialLogResolveLogTypeHook.php
Go to the documentation of this file.
1<?php
2
4
26 array $params,
27 string &$type
28 ): void;
29}
30
32class_alias( SpecialLogResolveLogTypeHook::class, 'MediaWiki\\Hook\\SpecialLogResolveLogTypeHook' );
This is a hook handler interface, see docs/Hooks.md.
onSpecialLogResolveLogType(array $params, string &$type)
Hook for intercepting and changing the requested log type in Special:Log, for example,...