Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4145798
InsertablesSuggester.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
507 B
Referenced Files
None
Subscribers
None
InsertablesSuggester.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Extension\Translate\TranslatorInterface\Insertable
;
/**
* Interface for InsertablesSuggesters. Insertable is a string that usually does
* not need translation and is difficult to type manually.
* @author Niklas Laxström
* @license GPL-2.0-or-later
* @since 2020.12
*/
interface
InsertablesSuggester
{
/**
* Returns the insertables in the message text.
* @return Insertable[]
*/
public
function
getInsertables
(
string
$text
):
array
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Aug 19 2026, 17:46 (5 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a7/4b/e59d59d2f48414552db02e140d71
Default Alt Text
InsertablesSuggester.php (507 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment