Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432529
EventTranslationReviewHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
678 B
Referenced Files
None
Subscribers
None
EventTranslationReviewHook.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Extension\Translate\TranslatorInterface
;
use
MediaWiki\Extension\Translate\MessageLoading\MessageHandle
;
/**
* This is a hook handler interface, see docs/Hooks.md in core.
* Use the hook name "TranslateEventTranslationReview" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
EventTranslationReviewHook
{
/**
* Event triggered when a translation is proofread
*
* @param MessageHandle $handle
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onTranslateEventTranslationReview
(
MessageHandle
$handle
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:55 (1 d, 2 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
55/e7/d182b677c1a877670d958389018d
Default Alt Text
EventTranslationReviewHook.php (678 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment