MediaWiki
REL1_37
ProtectionForm__buildFormHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6
use
Article
;
7
15
interface
ProtectionForm__buildFormHook
{
26
public
function
onProtectionForm__buildForm
( $article, &$output );
27
}
Article
Class for viewing MediaWiki article and history.
Definition
Article.php:49
MediaWiki\Hook\ProtectionForm__buildFormHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ProtectionForm__buildFormHook.php:15
MediaWiki\Hook\ProtectionForm__buildFormHook\onProtectionForm__buildForm
onProtectionForm__buildForm( $article, &$output)
This hook is called after all protection type fieldsets are made in the form.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
ProtectionForm__buildFormHook.php
Generated on Fri Apr 5 2024 23:40:18 for MediaWiki by
1.9.8