MediaWiki REL1_39
MediaWiki\Hook\ProtectionForm__showLogExtractHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inheritance diagram for MediaWiki\Hook\ProtectionForm__showLogExtractHook:

Public Member Functions

 onProtectionForm__showLogExtract ( $article, $out)
 This hook is called after the protection log extract is shown.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "ProtectionForm::showLogExtract" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 16 of file ProtectionForm__showLogExtractHook.php.

Member Function Documentation

◆ onProtectionForm__showLogExtract()

MediaWiki\Hook\ProtectionForm__showLogExtractHook::onProtectionForm__showLogExtract ( $article,
$out )

This hook is called after the protection log extract is shown.

Since
1.35
Parameters
Article$articlePage the form is shown for
OutputPage$out
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: