MediaWiki  master
ProtectionForm__showLogExtractHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
5 // phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6 use Article;
8 
26  public function onProtectionForm__showLogExtract( $article, $out );
27 }
Legacy class representing an editable page and handling UI for some page actions.
Definition: Article.php:61
This is one of the Core classes and should be read at least once by any new developers.
Definition: OutputPage.php:93
This is a hook handler interface, see docs/Hooks.md.
onProtectionForm__showLogExtract( $article, $out)
This hook is called after the protection log extract is shown.