MediaWiki REL1_35
ProtectionForm__showLogExtractHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6use Article;
7use OutputPage;
8
23 public function onProtectionForm__showLogExtract( $article, $out );
24}
Class for viewing MediaWiki article and history.
Definition Article.php:46
This is one of the Core classes and should be read at least once by any new developers.
onProtectionForm__showLogExtract( $article, $out)
This hook is called after the protection log extract is shown.