MediaWiki REL1_35
MediaWiki\Page\Hook\ArticleProtectHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Page\Hook\ArticleProtectHook:

Public Member Functions

 onArticleProtect ( $wikiPage, $user, $protect, $reason)
 This hook is called before an article is protected.
 

Detailed Description

Stable to implement.

Definition at line 12 of file ArticleProtectHook.php.

Member Function Documentation

◆ onArticleProtect()

MediaWiki\Page\Hook\ArticleProtectHook::onArticleProtect (   $wikiPage,
  $user,
  $protect,
  $reason 
)

This hook is called before an article is protected.

Since
1.35
Parameters
WikiPage$wikiPageWikiPage being protected
User$userUser doing the protection
array$protectSet of restriction keys
string$reasonReason for protect
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: