MediaWiki
REL1_40
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
Legacy class representing an editable page and handling UI for some page actions.
Definition
Article.php:56
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 Thu Jun 27 2024 14:02:50 for MediaWiki by
1.10.0