Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4133500
InitGroupLoadersHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
761 B
Referenced Files
None
Subscribers
None
InitGroupLoadersHook.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Extension\Translate\MessageGroupProcessing
;
/**
* This is a hook handler interface, see docs/Hooks.md in core.
* Use the hook name "TranslateInitGroupLoaders" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
InitGroupLoadersHook
{
/**
* Hook to register new message group loaders that can then load MessageGroups for translation purpose
*
* @param array &$groupLoader List of message group loader class names that implement the MessageGroupLoader
* @param array $deps
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onTranslateInitGroupLoaders
(
array
&
$groupLoader
,
array
$deps
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 12:10 (3 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
41/59/eafc8d1cb1062cb9d252d3db5afc
Default Alt Text
InitGroupLoadersHook.php (761 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment