Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
MessageValidator.php
Go to the documentation of this file.
1<?php
8declare( strict_types = 1 );
9
10namespace MediaWiki\Extension\Translate\Validation;
11
13
23 public function getIssues( Message $message, string $targetLanguage ): ValidationIssues;
24}
Interface for message objects used by MessageCollection.
Definition Message.php:13