MediaWiki
REL1_37
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
Class for viewing MediaWiki article and history.
Definition
Article.php:49
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:50
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 Fri Apr 5 2024 23:40:18 for MediaWiki by
1.9.8