MediaWiki master
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}
Legacy class representing an editable page and handling UI for some page actions.
Definition Article.php:67
onProtectionFormAddFormFields( $article, &$hookFormOptions)
This hook is called after all protection type form fields are added.