Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4108922
TranslatableBundleStore.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
593 B
Referenced Files
None
Subscribers
None
TranslatableBundleStore.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment