|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

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.
Implemented in MediaWiki\HookContainer\HookRunner.