Page MenuHomeWickedGov Phorge

ManualLogEntryBeforePublishHook.php
No OneTemporary

Size
596 B
Referenced Files
None
Subscribers
None

ManualLogEntryBeforePublishHook.php

<?php
namespace MediaWiki\Hook;
use ManualLogEntry;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "ManualLogEntryBeforePublish" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface ManualLogEntryBeforePublishHook {
/**
* Use this hook to access or modify log entry just before it is
* published.
*
* @since 1.35
*
* @param ManualLogEntry $logEntry
* @return void This hook must not abort, it must return no value
*/
public function onManualLogEntryBeforePublish( $logEntry ): void;
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 18:04 (9 h, 3 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
08/dd/7e49b0c51d0bbd8cfc8a0bca2eb5
Default Alt Text
ManualLogEntryBeforePublishHook.php (596 B)

Event Timeline