Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory Class Reference

Translatable page message group factories that uses caching. More...

Inheritance diagram for MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory:
MediaWiki\Extension\Translate\MessageGroupProcessing\CachedMessageGroupFactory

Public Member Functions

 __construct (ServiceOptions $options)
 
 getCacheKey ()
 
 getCacheVersion ()
 
 getDependencies ()
 
 getData (IReadableDatabase $db)
 
 createGroups ( $data)
 

Public Attributes

const SERVICE_OPTIONS
 

Detailed Description

Translatable page message group factories that uses caching.

Since
2024.05 @license GPL-2.0-or-later
Author
Niklas Laxström

Definition at line 22 of file TranslatablePageMessageGroupFactory.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::__construct ( ServiceOptions $options)

Definition at line 29 of file TranslatablePageMessageGroupFactory.php.

Member Function Documentation

◆ createGroups()

MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::createGroups ( $data)

◆ getCacheKey()

MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::getCacheKey ( )

◆ getCacheVersion()

MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::getCacheVersion ( )

◆ getData()

MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::getData ( IReadableDatabase $db)

◆ getDependencies()

MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::getDependencies ( )

Member Data Documentation

◆ SERVICE_OPTIONS

const MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::SERVICE_OPTIONS
Initial value:
= [
'EnablePageTranslation'
]

Definition at line 23 of file TranslatablePageMessageGroupFactory.php.


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