MediaWiki master
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;
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:67
This is one of the Core classes and should be read at least once by any new developers.
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.