MediaWiki
master
SpecialCreateAccountBenefitsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\HTMLForm\HTMLForm
;
6
14
interface
SpecialCreateAccountBenefitsHook
{
15
34
public
function
onSpecialCreateAccountBenefits
( ?
string
&$html, array $info, array &$options );
35
36
}
MediaWiki\HTMLForm\HTMLForm
Object handling generic submission, CSRF protection, layout and other logic for UI forms in a reusabl...
Definition
HTMLForm.php:210
MediaWiki\Hook\SpecialCreateAccountBenefitsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialCreateAccountBenefitsHook.php:14
MediaWiki\Hook\SpecialCreateAccountBenefitsHook\onSpecialCreateAccountBenefits
onSpecialCreateAccountBenefits(?string &$html, array $info, array &$options)
Replace the default signup page content about the benefits of registering an account ("Wikipedia is m...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
SpecialCreateAccountBenefitsHook.php
Generated on Fri Apr 25 2025 18:27:18 for MediaWiki by
1.10.0