MediaWiki REL1_35
MediaWiki\Page\Hook\ArticleShowPatrolFooterHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Page\Hook\ArticleShowPatrolFooterHook:

Public Member Functions

 onArticleShowPatrolFooter ( $article)
 This hook is called at the beginning of Article::showPatrolFooter.
 

Detailed Description

Stable to implement.

Definition at line 11 of file ArticleShowPatrolFooterHook.php.

Member Function Documentation

◆ onArticleShowPatrolFooter()

MediaWiki\Page\Hook\ArticleShowPatrolFooterHook::onArticleShowPatrolFooter (   $article)

This hook is called at the beginning of Article::showPatrolFooter.

Use this hook to not show the [mark as patrolled] link in certain circumstances.

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: