Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1428603
GetSpecialTranslateOptionsHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
756 B
Referenced Files
None
Subscribers
None
GetSpecialTranslateOptionsHook.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Extension\Translate\TranslatorInterface
;
/**
* This is a hook handler interface, see docs/Hooks.md in core.
* Use the hook name "TranslateGetSpecialTranslateOptions" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
GetSpecialTranslateOptionsHook
{
/**
* Provides an opportunity for overriding task values
*
* @param array &$defaults Associative array of default values
* @param array &$nonDefaults Associative array of nondefault (override) values
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onTranslateGetSpecialTranslateOptions
(
array
&
$defaults
,
array
&
$nonDefaults
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 16:27 (13 h, 34 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7c/25/3c65244b3548417f5c35efacee34
Default Alt Text
GetSpecialTranslateOptionsHook.php (756 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment