MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onProtectionForm__buildForm ( $article, &$output) | |
This hook is called after all protection type fieldsets are made in the form. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ProtectionForm::buildForm" to register handlers implementing this interface.
Definition at line 15 of file ProtectionForm__buildFormHook.php.
MediaWiki\Hook\ProtectionForm__buildFormHook::onProtectionForm__buildForm | ( | $article, | |
& | $output ) |
This hook is called after all protection type fieldsets are made in the form.
Article | $article | Title being (un)protected |
string | &$output | String of the form HTML so far |
Implemented in MediaWiki\HookContainer\HookRunner.