MediaWiki
REL1_40
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
;
7
use
OutputPage
;
8
16
interface
ProtectionForm__showLogExtractHook
{
26
public
function
onProtectionForm__showLogExtract
( $article, $out );
27
}
Article
Legacy class representing an editable page and handling UI for some page actions.
Definition
Article.php:56
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:60
MediaWiki\Hook\ProtectionForm__showLogExtractHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ProtectionForm__showLogExtractHook.php:16
MediaWiki\Hook\ProtectionForm__showLogExtractHook\onProtectionForm__showLogExtract
onProtectionForm__showLogExtract( $article, $out)
This hook is called after the protection log extract is shown.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
ProtectionForm__showLogExtractHook.php
Generated on Thu Jun 27 2024 14:02:51 for MediaWiki by
1.10.0