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
8
26 public function onProtectionForm__showLogExtract( $article, $out );
27}
This is one of the Core classes and should be read at least once by any new developers.
Legacy class representing an editable page and handling UI for some page actions.
Definition Article.php:76
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.