MediaWiki REL1_35
MediaWiki\Page\Hook\ArticleViewFooterHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Page\Hook\ArticleViewFooterHook:

Public Member Functions

 onArticleViewFooter ( $article, $patrolFooterShown)
 This hook is called after showing the footer section of an ordinary page view.
 

Detailed Description

Stable to implement.

Definition at line 11 of file ArticleViewFooterHook.php.

Member Function Documentation

◆ onArticleViewFooter()

MediaWiki\Page\Hook\ArticleViewFooterHook::onArticleViewFooter (   $article,
  $patrolFooterShown 
)

This hook is called after showing the footer section of an ordinary page view.

Since
1.35
Parameters
Article$article
bool$patrolFooterShownWhether patrol footer is shown
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: