MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onArticleShowPatrolFooter ( $article) | |
This hook is called at the beginning of Article::showPatrolFooter. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ArticleShowPatrolFooter" to register handlers implementing this interface.
Definition at line 14 of file ArticleShowPatrolFooterHook.php.
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.
Article | $article |
Implemented in MediaWiki\HookContainer\HookRunner.