Page MenuHomeWickedGov Phorge

TranslatableBundleStore.php
No OneTemporary

Size
593 B
Referenced Files
None
Subscribers
None

TranslatableBundleStore.php

<?php
declare( strict_types = 1 );
namespace MediaWiki\Extension\Translate\MessageGroupProcessing;
use MediaWiki\Revision\RevisionRecord;
use MediaWiki\Title\Title;
/**
* Translatable bundle store manages bundles of certain type.
* @author Abijeet Patro
* @author Niklas Laxström
* @since 2022.03
* @license GPL-2.0-or-later
*/
interface TranslatableBundleStore {
public function move( Title $oldName, Title $newName ): void;
public function handleNullRevisionInsert( TranslatableBundle $bundle, RevisionRecord $revision ): void;
public function delete( Title $title ): void;
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Aug 18, 20:48 (2 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e1/cc/de5ca769b52f70f6a45e8e4a587d
Default Alt Text
TranslatableBundleStore.php (593 B)

Event Timeline