MediaWiki REL1_39
ProtectionForm__buildFormHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6use Article;
7
26 public function onProtectionForm__buildForm( $article, &$output );
27}
Legacy class representing an editable page and handling UI for some page actions.
Definition Article.php:48
This is a hook handler interface, see docs/Hooks.md.
onProtectionForm__buildForm( $article, &$output)
This hook is called after all protection type fieldsets are made in the form.