Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429828
ManualLogEntryBeforePublishHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
596 B
Referenced Files
None
Subscribers
None
ManualLogEntryBeforePublishHook.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment