MediaWiki REL1_35
MediaWiki\Hook\ProtectionForm__showLogExtractHook Interface Reference

Stable to implement. 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

Stable to implement.

Definition at line 13 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: