MediaWiki
1.42.0
ManualLogEntryBeforePublishHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
ManualLogEntry
;
6
14
interface
ManualLogEntryBeforePublishHook
{
24
public
function
onManualLogEntryBeforePublish
( $logEntry ): void;
25
}
ManualLogEntry
Class for creating new log entries and inserting them into the database.
Definition
ManualLogEntry.php:49
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 Thu Jun 13 2024 13:48:51 for MediaWiki by
1.10.0