Translate extension for MediaWiki
Loading...
Searching...
No Matches
TranslatableBundleStore.php
1
<?php
2
declare( strict_types = 1 );
3
4
namespace
MediaWiki\Extension\Translate\MessageGroupProcessing;
5
6
use MediaWiki\Revision\RevisionRecord;
7
use Title;
8
16
interface
TranslatableBundleStore
{
17
public
function
move( Title $oldName, Title $newName ): void;
18
19
public
function
handleNullRevisionInsert(
TranslatableBundle
$bundle, RevisionRecord $revision ): void;
20
21
public
function
delete
( Title $title ): void;
22
}
MediaWiki\Extension\Translate\MessageGroupProcessing\TranslatableBundle
Translatable bundle represents a message group where its translatable content is defined on a wiki pa...
Definition
TranslatableBundle.php:22
MediaWiki\Extension\Translate\MessageGroupProcessing\TranslatableBundleStore
Translatable bundle store manages bundles of certain type.
Definition
TranslatableBundleStore.php:16
src
MessageGroupProcessing
TranslatableBundleStore.php
Generated by
1.10.0