MediaWiki REL1_39
MediaWiki\Page\Hook\ArticleViewFooterHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. 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

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "ArticleViewFooter" to register handlers implementing this interface.

Stability: stable
to implement

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