MediaWiki REL1_35
MediaWiki\Page\Hook\BeforeDisplayNoArticleTextHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Page\Hook\BeforeDisplayNoArticleTextHook:

Public Member Functions

 onBeforeDisplayNoArticleText ( $article)
 This hook is called before displaying message key "noarticletext" or "noarticletext-nopermission" at Article::showMissingArticle().
 

Detailed Description

Stable to implement.

Definition at line 11 of file BeforeDisplayNoArticleTextHook.php.

Member Function Documentation

◆ onBeforeDisplayNoArticleText()

MediaWiki\Page\Hook\BeforeDisplayNoArticleTextHook::onBeforeDisplayNoArticleText (   $article)

This hook is called before displaying message key "noarticletext" or "noarticletext-nopermission" at Article::showMissingArticle().

Since
1.35
Parameters
Article$article
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: