MediaWiki
REL1_35
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
13
interface
ProtectionForm__showLogExtractHook
{
23
public
function
onProtectionForm__showLogExtract
( $article, $out );
24
}
Article
Class for viewing MediaWiki article and history.
Definition
Article.php:46
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:47
MediaWiki\Hook\ProtectionForm__showLogExtractHook
Stable to implement.
Definition
ProtectionForm__showLogExtractHook.php:13
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 Sat Apr 6 2024 00:07:13 for MediaWiki by
1.9.8