Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4106448
TranslationStashReader.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
397 B
Referenced Files
None
Subscribers
None
TranslationStashReader.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Extension\Translate\TranslatorSandbox
;
use
MediaWiki\User\User
;
/*
* @author Niklas Laxström
* @license GPL-2.0-or-later
* @since 2020.11
*/
interface
TranslationStashReader
{
/**
* Gets all stashed translations for the given user.
*
* @return StashedTranslation[]
*/
public
function
getTranslations
(
User
$user
):
array
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 19:32 (2 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f9/64/d0b33b119d7d1c309593cbf9ad9f
Default Alt Text
TranslationStashReader.php (397 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment