API module for managing aggregate message groups Only supports aggregate message groups defined inside the wiki. More...
Public Member Functions | |
__construct (ApiMain $main, string $action, JobQueueGroup $jobQueueGroup, MessageGroupMetadata $messageGroupMetadata, AggregateGroupManager $aggregateGroupManager) | |
execute () | |
isWriteMode () | |
needsToken () | |
Protected Member Functions | |
getAllowedParams () | |
getExamplesMessages () | |
Static Protected Attributes | |
static string | $right = 'translate-manage' |
API module for managing aggregate message groups Only supports aggregate message groups defined inside the wiki.
Aggregate message group defined in YAML configuration cannot be altered.
Definition at line 27 of file AggregateGroupsActionApi.php.
MediaWiki\Extension\Translate\MessageGroupProcessing\AggregateGroupsActionApi::__construct | ( | ApiMain | $main, |
string | $action, | ||
JobQueueGroup | $jobQueueGroup, | ||
MessageGroupMetadata | $messageGroupMetadata, | ||
AggregateGroupManager | $aggregateGroupManager ) |
Definition at line 35 of file AggregateGroupsActionApi.php.
MediaWiki\Extension\Translate\MessageGroupProcessing\AggregateGroupsActionApi::execute | ( | ) |
Definition at line 48 of file AggregateGroupsActionApi.php.
|
protected |
Definition at line 256 of file AggregateGroupsActionApi.php.
|
protected |
Definition at line 289 of file AggregateGroupsActionApi.php.
MediaWiki\Extension\Translate\MessageGroupProcessing\AggregateGroupsActionApi::isWriteMode | ( | ) |
Definition at line 248 of file AggregateGroupsActionApi.php.
MediaWiki\Extension\Translate\MessageGroupProcessing\AggregateGroupsActionApi::needsToken | ( | ) |
Definition at line 252 of file AggregateGroupsActionApi.php.
|
staticprotected |
Definition at line 29 of file AggregateGroupsActionApi.php.