MediaWiki master
LogEventsListShowLogExtractHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
40 public function onLogEventsListShowLogExtract( &$s, $types, $page, $user,
41 $param
42 );
43}
This is a hook handler interface, see docs/Hooks.md.
onLogEventsListShowLogExtract(&$s, $types, $page, $user, $param)
This hook is called before the string is added to OutputPage.