MediaWiki
master
LogEventsListShowLogExtractHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
12
interface
LogEventsListShowLogExtractHook
{
40
public
function
onLogEventsListShowLogExtract
( &$s, $types, $page, $user,
41
$param
42
);
43
}
MediaWiki\Hook\LogEventsListShowLogExtractHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LogEventsListShowLogExtractHook.php:12
MediaWiki\Hook\LogEventsListShowLogExtractHook\onLogEventsListShowLogExtract
onLogEventsListShowLogExtract(&$s, $types, $page, $user, $param)
This hook is called before the string is added to OutputPage.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
logging
Hook
LogEventsListShowLogExtractHook.php
Generated on Thu Nov 21 2024 10:24:37 for MediaWiki by
1.10.0