Translatable page message group factories that uses caching. More...
Public Member Functions | |
__construct (ServiceOptions $options) | |
getCacheKey () | |
getCacheVersion () | |
getDependencies () | |
getData (IReadableDatabase $db) | |
createGroups ( $data) | |
Public Attributes | |
const | SERVICE_OPTIONS |
Translatable page message group factories that uses caching.
Definition at line 22 of file TranslatablePageMessageGroupFactory.php.
MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::__construct | ( | ServiceOptions | $options | ) |
Definition at line 29 of file TranslatablePageMessageGroupFactory.php.
MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::createGroups | ( | $data | ) |
string[] | $data |
Implements MediaWiki\Extension\Translate\MessageGroupProcessing\CachedMessageGroupFactory.
Definition at line 75 of file TranslatablePageMessageGroupFactory.php.
MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::getCacheKey | ( | ) |
Implements MediaWiki\Extension\Translate\MessageGroupProcessing\CachedMessageGroupFactory.
Definition at line 34 of file TranslatablePageMessageGroupFactory.php.
MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::getCacheVersion | ( | ) |
Implements MediaWiki\Extension\Translate\MessageGroupProcessing\CachedMessageGroupFactory.
Definition at line 38 of file TranslatablePageMessageGroupFactory.php.
MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::getData | ( | IReadableDatabase | $db | ) |
Implements MediaWiki\Extension\Translate\MessageGroupProcessing\CachedMessageGroupFactory.
Definition at line 48 of file TranslatablePageMessageGroupFactory.php.
MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::getDependencies | ( | ) |
Implements MediaWiki\Extension\Translate\MessageGroupProcessing\CachedMessageGroupFactory.
Definition at line 43 of file TranslatablePageMessageGroupFactory.php.
const MediaWiki\Extension\Translate\PageTranslation\TranslatablePageMessageGroupFactory::SERVICE_OPTIONS |
Definition at line 23 of file TranslatablePageMessageGroupFactory.php.