Public Member Functions | |
| __construct (private readonly RevTagStore $revTagStore, private readonly JobQueueGroup $jobQueue, private readonly LanguageNameUtils $languageNameUtils, private readonly MessageIndex $messageIndex, private readonly MessageGroupMetadata $messageGroupMetadata,) | |
| move (Title $oldName, Title $newName) | |
| handleNullRevisionInsert (TranslatableBundle $bundle, RevisionRecord $revision) | |
| delete (Title $title) | |
| validate (Title $pageTitle, MessageBundleContent $content) | |
| save (Title $pageTitle, RevisionRecord $revisionRecord, MessageBundleContent $content) | |
Definition at line 28 of file MessageBundleStore.php.
| MediaWiki\Extension\Translate\MessageBundleTranslation\MessageBundleStore::__construct | ( | private readonly RevTagStore | $revTagStore, |
| private readonly JobQueueGroup | $jobQueue, | ||
| private readonly LanguageNameUtils | $languageNameUtils, | ||
| private readonly MessageIndex | $messageIndex, | ||
| private readonly MessageGroupMetadata | $messageGroupMetadata ) |
Definition at line 34 of file MessageBundleStore.php.
| MediaWiki\Extension\Translate\MessageBundleTranslation\MessageBundleStore::delete | ( | Title | $title | ) |
Implements MediaWiki\Extension\Translate\MessageGroupProcessing\TranslatableBundleStore.
Definition at line 75 of file MessageBundleStore.php.
| MediaWiki\Extension\Translate\MessageBundleTranslation\MessageBundleStore::handleNullRevisionInsert | ( | TranslatableBundle | $bundle, |
| RevisionRecord | $revision ) |
Implements MediaWiki\Extension\Translate\MessageGroupProcessing\TranslatableBundleStore.
Definition at line 64 of file MessageBundleStore.php.
| MediaWiki\Extension\Translate\MessageBundleTranslation\MessageBundleStore::move | ( | Title | $oldName, |
| Title | $newName ) |
Implements MediaWiki\Extension\Translate\MessageGroupProcessing\TranslatableBundleStore.
Definition at line 43 of file MessageBundleStore.php.
| MediaWiki\Extension\Translate\MessageBundleTranslation\MessageBundleStore::save | ( | Title | $pageTitle, |
| RevisionRecord | $revisionRecord, | ||
| MessageBundleContent | $content ) |
Definition at line 130 of file MessageBundleStore.php.
| MediaWiki\Extension\Translate\MessageBundleTranslation\MessageBundleStore::validate | ( | Title | $pageTitle, |
| MessageBundleContent | $content ) |
| MalformedBundle |
Definition at line 88 of file MessageBundleStore.php.