MediaWiki
master
ManualLogEntryBeforePublishHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Logging\ManualLogEntry
;
6
14
interface
ManualLogEntryBeforePublishHook
{
24
public
function
onManualLogEntryBeforePublish
( $logEntry ): void;
25
}
MediaWiki\Logging\ManualLogEntry
Class for creating new log entries and inserting them into the database.
Definition
ManualLogEntry.php:55
MediaWiki\Hook\ManualLogEntryBeforePublishHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ManualLogEntryBeforePublishHook.php:14
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 Tue Apr 29 2025 16:25:13 for MediaWiki by
1.10.0