Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432804
LogNames.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
933 B
Referenced Files
None
Subscribers
None
LogNames.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Extension\Translate
;
/**
* Constants for log channel names used in this extension.
*
* @author Niklas Laxström
* @since 2024.12
* @internal
*/
final
class
LogNames
{
/** Default log channel for the extension */
public
const
MAIN
=
'Translate'
;
/** Channel for message group synchronization */
public
const
GROUP_SYNCHRONIZATION
=
'Translate.GroupSynchronization'
;
/** Channel for translation services */
public
const
TRANSLATION_SERVICES
=
'translationservices'
;
/** Channel for message bundle code */
public
const
MESSAGE_BUNDLE
=
'Translate.MessageBundle'
;
/** Channel for message group subscription */
public
const
GROUP_SUBSCRIPTION
=
'Translate.MessageGroupSubscription'
;
/** Channel for jobs */
public
const
JOBS
=
'Translate.Jobs'
;
/** Channel for ElasticSearchTtmServer */
public
const
ELASTIC_SEARCH_TTMSERVER
=
'ElasticSearchTtmServer'
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 22:20 (1 d, 3 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
59/05/c93647a97103b49e94e0a954777d
Default Alt Text
LogNames.php (933 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment