Implements includable special page Special:MessageGroupStats which provides translation statistics for all languages for a group. More...
Public Member Functions | |
__construct (Config $config, JobQueueGroup $jobQueueGroup, MessageGroupStatsTableFactory $messageGroupStatsTableFactory, EntitySearch $entitySearch, MessagePrefixStats $messagePrefixStats, LanguageNameUtils $languageNameUtils, MessageGroupMetadata $messageGroupMetadata) | |
getDescription () | |
isIncludable () | |
execute ( $par) | |
Protected Member Functions | |
getGroupName () | |
Implements includable special page Special:MessageGroupStats which provides translation statistics for all languages for a group.
Definition at line 28 of file MessageGroupStatsSpecialPage.php.
MediaWiki\Extension\Translate\Statistics\MessageGroupStatsSpecialPage::__construct | ( | Config | $config, |
JobQueueGroup | $jobQueueGroup, | ||
MessageGroupStatsTableFactory | $messageGroupStatsTableFactory, | ||
EntitySearch | $entitySearch, | ||
MessagePrefixStats | $messagePrefixStats, | ||
LanguageNameUtils | $languageNameUtils, | ||
MessageGroupMetadata | $messageGroupMetadata ) |
Definition at line 52 of file MessageGroupStatsSpecialPage.php.
MediaWiki\Extension\Translate\Statistics\MessageGroupStatsSpecialPage::execute | ( | $par | ) |
Definition at line 83 of file MessageGroupStatsSpecialPage.php.
MediaWiki\Extension\Translate\Statistics\MessageGroupStatsSpecialPage::getDescription | ( | ) |
Definition at line 71 of file MessageGroupStatsSpecialPage.php.
|
protected |
Definition at line 79 of file MessageGroupStatsSpecialPage.php.
MediaWiki\Extension\Translate\Statistics\MessageGroupStatsSpecialPage::isIncludable | ( | ) |
Definition at line 75 of file MessageGroupStatsSpecialPage.php.