MediaWiki
master
ChangesListInsertLogEntryHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Context\IContextSource
;
6
use
MediaWiki\Logging\DatabaseLogEntry
;
7
15
interface
ChangesListInsertLogEntryHook
{
31
public
function
onChangesListInsertLogEntry
( $entry, $context,
string
&$html, array &$classes, array &$attribs );
32
}
MediaWiki\Logging\DatabaseLogEntry
A value class to process existing log entries.
Definition
DatabaseLogEntry.php:44
MediaWiki\Context\IContextSource
Interface for objects which can provide a MediaWiki context on request.
Definition
IContextSource.php:71
MediaWiki\Hook\ChangesListInsertLogEntryHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ChangesListInsertLogEntryHook.php:15
MediaWiki\Hook\ChangesListInsertLogEntryHook\onChangesListInsertLogEntry
onChangesListInsertLogEntry( $entry, $context, string &$html, array &$classes, array &$attribs)
Use this hook to override or modify the line for a log entry in a RC list.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
recentchanges
Hook
ChangesListInsertLogEntryHook.php
Generated on Sun Apr 20 2025 09:25:51 for MediaWiki by
1.10.0