MediaWiki REL1_35
LogEventsListShowLogExtractHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Title;
6
39 public function onLogEventsListShowLogExtract( &$s, $types, $page, $user,
40 $param
41 );
42}
Represents a title within MediaWiki.
Definition Title.php:42
onLogEventsListShowLogExtract(&$s, $types, $page, $user, $param)
This hook is called before the string is added to OutputPage.