Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1427870
TranslationStashReader.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
398 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
Sat, May 16, 15:13 (15 h, 26 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
83/f2/d3ab3e15b2bdc385727109c43538
Default Alt Text
TranslationStashReader.php (398 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment