Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
ModifyMessageGroupStatesHook.php
1<?php
2declare( strict_types = 1 );
3
4// phpcs:disable MediaWiki.NamingConventions.LowerCamelFunctionsName.FunctionName
5
6namespace MediaWiki\Extension\Translate\MessageGroupProcessing;
7
23 public function onTranslate_modifyMessageGroupStates( string $groupId, array &$conf );
24}
onTranslate_modifyMessageGroupStates(string $groupId, array &$conf)
Allow hooks to change workflow states depending on the group's ID.