MediaWiki
master
LogEventsListLineEndingHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Logging\DatabaseLogEntry
;
6
use
MediaWiki\Logging\LogEventsList
;
7
15
interface
LogEventsListLineEndingHook
{
30
public
function
onLogEventsListLineEnding
( $page, &$ret, $entry, &$classes,
31
&$attribs
32
);
33
}
MediaWiki\Logging\DatabaseLogEntry
A value class to process existing log entries.
Definition
DatabaseLogEntry.php:44
MediaWiki\Logging\LogEventsList
Definition
LogEventsList.php:61
MediaWiki\Hook\LogEventsListLineEndingHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LogEventsListLineEndingHook.php:15
MediaWiki\Hook\LogEventsListLineEndingHook\onLogEventsListLineEnding
onLogEventsListLineEnding( $page, &$ret, $entry, &$classes, &$attribs)
This hook is called before a Special:Log line is finished.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
logging
Hook
LogEventsListLineEndingHook.php
Generated on Sat Apr 19 2025 23:25:15 for MediaWiki by
1.10.0