MediaWiki master
ChangesListInsertLogEntryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
31 public function onChangesListInsertLogEntry( $entry, $context, string &$html, array &$classes, array &$attribs );
32}
A value class to process existing log entries.
Interface for objects which can provide a MediaWiki context on request.
This is a hook handler interface, see docs/Hooks.md.
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.