Page MenuHomeWickedGov Phorge

InsertablesSuggester.php
No OneTemporary

Size
507 B
Referenced Files
None
Subscribers
None

InsertablesSuggester.php

<?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

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)

Event Timeline