MediaWiki
master
ChangesListInsertLogEntryHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\RecentChanges\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
}
33
35
class_alias( ChangesListInsertLogEntryHook::class,
'MediaWiki\\Hook\\ChangesListInsertLogEntryHook'
);
MediaWiki\Logging\DatabaseLogEntry
A value class to process existing log entries.
Definition
DatabaseLogEntry.php:30
MediaWiki\Context\IContextSource
Interface for objects which can provide a MediaWiki context on request.
Definition
IContextSource.php:57
MediaWiki\RecentChanges\Hook\ChangesListInsertLogEntryHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ChangesListInsertLogEntryHook.php:15
MediaWiki\RecentChanges\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\RecentChanges\Hook
Definition
AbortEmailNotificationHook.php:3
includes
RecentChanges
Hook
ChangesListInsertLogEntryHook.php
Generated on Sun Dec 7 2025 18:26:21 for MediaWiki by
1.10.0