MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onLogEventsListShowLogExtract (&$s, $types, $page, $user, $param) | |
This hook is called before the string is added to OutputPage. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "LogEventsListShowLogExtract" to register handlers implementing this interface.
Definition at line 14 of file LogEventsListShowLogExtractHook.php.
MediaWiki\Hook\LogEventsListShowLogExtractHook::onLogEventsListShowLogExtract | ( | & | $s, |
$types, | |||
$page, | |||
$user, | |||
$param | |||
) |
This hook is called before the string is added to OutputPage.
string | &$s | HTML to show for the log extract |
string | array | $types | Log types to show |
string | Title | $page | Page title to show log entries for |
string | $user | User who made the log entries |
array | $param | Associative array with the following additional options:
|
Implemented in MediaWiki\HookContainer\HookRunner.