MediaWiki REL1_35
ProtectionForm__saveHook.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
24 public function onProtectionForm__save( $article, &$errorMsg, $reasonstr );
25}
Class for viewing MediaWiki article and history.
Definition Article.php:46
onProtectionForm__save( $article, &$errorMsg, $reasonstr)
This hook is called when a protection form is submitted.