Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
ProcessAPIMessageGroupsPropertiesHook.php
1<?php
2declare( strict_types = 1 );
3
4namespace MediaWiki\Extension\Translate\MessageGroupProcessing;
5
7
26 array &$a,
27 array $props,
28 array $params,
30 );
31}
onTranslateProcessAPIMessageGroupsProperties(array &$a, array $props, array $params, MessageGroup $g)
Allows extra property requests to be acted upon, and the new properties returned.
Interface for message groups.