MediaWiki
REL1_35
ManualLogEntryBeforePublishHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
ManualLogEntry
;
6
11
interface
ManualLogEntryBeforePublishHook
{
21
public
function
onManualLogEntryBeforePublish
( $logEntry ) : void;
22
}
ManualLogEntry
Class for creating new log entries and inserting them into the database.
Definition
ManualLogEntry.php:42
MediaWiki\Hook\ManualLogEntryBeforePublishHook
Stable to implement.
Definition
ManualLogEntryBeforePublishHook.php:11
MediaWiki\Hook\ManualLogEntryBeforePublishHook\onManualLogEntryBeforePublish
onManualLogEntryBeforePublish( $logEntry)
Use this hook to access or modify log entry just before it is published.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
logging
Hook
ManualLogEntryBeforePublishHook.php
Generated on Sat Apr 6 2024 00:07:30 for MediaWiki by
1.9.8