|
static | confirmEditMerged ( $context, $content, $status, $summary, $user, $minorEdit) |
|
static | confirmEditPage (EditPage $editpage) |
|
static | confirmEditSetup () |
|
static | confirmEmailUser ( $from, $to, $subject, $text, &$error) |
|
static | getInstance () |
| Get the global Captcha instance.
|
|
static | injectEmailUser (&$form) |
|
static | onAlternateEditPreview (EditPage $editor, &$content, &$html, &$po) |
| AlternateEditPreview hook handler.
|
|
static | onAPIGetAllowedParams (&$module, &$params, $flags=1) |
| APIGetAllowedParams hook handler Default $flags to 1 for backwards-compatible behavior.
|
|
static | onAuthChangeFormFields (array $requests, array $fieldInfo, array &$formDescriptor, $action) |
|
static | onFancyCaptchaSetup () |
| Callback for extension.json of FancyCaptcha to set a default captcha directory, which depends on wgUploadDirectory.
|
|
static | onPageContentSaveComplete (WikiPage $wikiPage, User $user, Content $content, $summary, $isMinor, $isWatch, $section, $flags, $revision, Status $status, $baseRevId) |
| PageContentSaveComplete hook handler.
|
|
static | onTitleReadWhitelist (Title $title, User $user, &$whitelisted) |
| TitleReadWhitelist hook handler.
|
|
static | showEditFormFields ( $editPage, &$out) |
|
Definition at line 5 of file ConfirmEditHooks.php.
◆ confirmEditMerged()
static ConfirmEditHooks::confirmEditMerged |
( |
| $context, |
|
|
| $content, |
|
|
| $status, |
|
|
| $summary, |
|
|
| $user, |
|
|
| $minorEdit ) |
|
static |
◆ confirmEditPage()
static ConfirmEditHooks::confirmEditPage |
( |
EditPage | $editpage | ) |
|
|
static |
◆ confirmEditSetup()
static ConfirmEditHooks::confirmEditSetup |
( |
| ) |
|
|
static |
◆ confirmEmailUser()
static ConfirmEditHooks::confirmEmailUser |
( |
| $from, |
|
|
| $to, |
|
|
| $subject, |
|
|
| $text, |
|
|
& | $error ) |
|
static |
◆ getInstance()
static ConfirmEditHooks::getInstance |
( |
| ) |
|
|
static |
◆ injectEmailUser()
static ConfirmEditHooks::injectEmailUser |
( |
& | $form | ) |
|
|
static |
◆ onAlternateEditPreview()
static ConfirmEditHooks::onAlternateEditPreview |
( |
EditPage | $editor, |
|
|
& | $content, |
|
|
& | $html, |
|
|
& | $po ) |
|
static |
◆ onAPIGetAllowedParams()
static ConfirmEditHooks::onAPIGetAllowedParams |
( |
& | $module, |
|
|
& | $params, |
|
|
| $flags = 1 ) |
|
static |
APIGetAllowedParams hook handler Default $flags to 1 for backwards-compatible behavior.
- Parameters
-
ApiBase | &$module | |
array | &$params | |
int | $flags | |
- Returns
- bool
Definition at line 117 of file ConfirmEditHooks.php.
◆ onAuthChangeFormFields()
static ConfirmEditHooks::onAuthChangeFormFields |
( |
array | $requests, |
|
|
array | $fieldInfo, |
|
|
array & | $formDescriptor, |
|
|
| $action ) |
|
static |
- Parameters
-
array | $requests | |
array | $fieldInfo | |
array | &$formDescriptor | |
string | $action | |
Definition at line 127 of file ConfirmEditHooks.php.
◆ onFancyCaptchaSetup()
static ConfirmEditHooks::onFancyCaptchaSetup |
( |
| ) |
|
|
static |
◆ onPageContentSaveComplete()
static ConfirmEditHooks::onPageContentSaveComplete |
( |
WikiPage | $wikiPage, |
|
|
User | $user, |
|
|
Content | $content, |
|
|
| $summary, |
|
|
| $isMinor, |
|
|
| $isWatch, |
|
|
| $section, |
|
|
| $flags, |
|
|
| $revision, |
|
|
Status | $status, |
|
|
| $baseRevId ) |
|
static |
◆ onTitleReadWhitelist()
static ConfirmEditHooks::onTitleReadWhitelist |
( |
Title | $title, |
|
|
User | $user, |
|
|
& | $whitelisted ) |
|
static |
◆ showEditFormFields()
static ConfirmEditHooks::showEditFormFields |
( |
| $editPage, |
|
|
& | $out ) |
|
static |
◆ $instanceCreated
ConfirmEditHooks::$instanceCreated = false |
|
staticprotected |
The documentation for this class was generated from the following file: