This is a hook handler interface, see docs/Hooks.md in core. More...
Public Member Functions | |
onTranslate_TranslatorSandbox_UserPromoted (UserIdentity $user) | |
Event generated when an account inside the translator sandbox is approved. | |
This is a hook handler interface, see docs/Hooks.md in core.
Use the hook name "Translate:TranslatorSandbox:UserPromoted" to register handlers implementing this interface.
@stable to implement
Definition at line 20 of file UserPromotedHook.php.
MediaWiki\Extension\Translate\TranslatorSandbox\UserPromotedHook::onTranslate_TranslatorSandbox_UserPromoted | ( | UserIdentity | $user | ) |
Event generated when an account inside the translator sandbox is approved.
Implemented in MediaWiki\Extension\Translate\HookRunner.