Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
InsertablesSuggester.php
1<?php
2declare( strict_types = 1 );
3
4namespace MediaWiki\Extension\Translate\TranslatorInterface\Insertable;
5
18 public function getInsertables( string $text ): array;
19}
getInsertables(string $text)
Returns the insertables in the message text.