MediaWiki REL1_37
ProtectionFormAddFormFieldsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Article;
6
21 public function onProtectionFormAddFormFields( $article, &$hookFormOptions );
22}
Class for viewing MediaWiki article and history.
Definition Article.php:49
onProtectionFormAddFormFields( $article, &$hookFormOptions)
This hook is called after all protection type form fields are added.