Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
MediaWiki\Extension\Translate\Statistics\MessageGroupStatsSpecialPage Class Reference

Implements includable special page Special:MessageGroupStats which provides translation statistics for all languages for a group. More...

Inheritance diagram for MediaWiki\Extension\Translate\Statistics\MessageGroupStatsSpecialPage:

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 ()
 

Detailed Description

Implements includable special page Special:MessageGroupStats which provides translation statistics for all languages for a group.

Author
Niklas Laxström
Siebrand Mazeland @license GPL-2.0-or-later

Definition at line 28 of file MessageGroupStatsSpecialPage.php.

Constructor & Destructor Documentation

◆ __construct()

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.

Member Function Documentation

◆ execute()

MediaWiki\Extension\Translate\Statistics\MessageGroupStatsSpecialPage::execute ( $par)

Definition at line 83 of file MessageGroupStatsSpecialPage.php.

◆ getDescription()

MediaWiki\Extension\Translate\Statistics\MessageGroupStatsSpecialPage::getDescription ( )

Definition at line 71 of file MessageGroupStatsSpecialPage.php.

◆ getGroupName()

MediaWiki\Extension\Translate\Statistics\MessageGroupStatsSpecialPage::getGroupName ( )
protected

Definition at line 79 of file MessageGroupStatsSpecialPage.php.

◆ isIncludable()

MediaWiki\Extension\Translate\Statistics\MessageGroupStatsSpecialPage::isIncludable ( )

Definition at line 75 of file MessageGroupStatsSpecialPage.php.


The documentation for this class was generated from the following file: