Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
MetaYamlSchemaExtender.php
1<?php
2declare( strict_types = 1 );
3
4namespace MediaWiki\Extension\Translate\MessageGroupConfiguration;
5
25 public static function getExtraSchema(): array;
26}
Message groups are usually configured in YAML, though the actual storage format does not matter,...
static getExtraSchema()
Return a data structure that will be merged with the base schema.